#5B278E

Color #5B278E Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #5B278E

Tints of Kingfisher Daisy #5B278E

Color information

#5B278E (or 0x5B278E) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 27 and 8E. RGB value is (91,39,142). Sum of RGB (Red+Green+Blue) = 91+39+142=272 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.46% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B278E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B278E is #A4D871. Grayscale: #414141. Windows color (decimal): -10803314 or 9316187. OLE color: 9316187.

HSL color Cylindrical-coordinate representation of color #5B278E: hue angle of 270.29º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B278E is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9139142-
CMYK0.360.7300.44
HSL270.29º56.91%35.49%-
HSV(B)270.29º72.54%55.69%-
XYZ9.925.6326.15-
YUV66.29170.73145.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 33.46%
GREEN value IS 39 (15.62% from 255) = 14.34%
BLUE value IS 142 (55.86% from 255) = 52.21%
R=33.46%
G=14.34%
B=52.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91391420.360.7300.44270.2956.9135.49
Hex5B278E244902C10e3923
Octal13347216441110544167143
Binary10110111001111000111010010010010010101100100001110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B278E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B278E; }

 p { color: rgb(91,39,142); }

 H1.HeaderClassName
 {
   color: #5B278E;
 }
 .AnyTagClassName
 {
   color: #5B278E;
 }
</style>
background-color css

<style>
 a { background-color: #5B278E; }

 a { background-color: rgb(91,39,142); }

 div.DivClassName
 {
   background-color: #5B278E;
 }
 .BgClassName
 {
   background-color: #5B278E;
 }
</style>
border-color css

<style>
 span { border-color: #5B278E; }

 span { border-color: rgb(91,39,142); }

 td.TdClassName
 {
   border-color: #5B278E;
 }
 .TagClassName
 {
   border-color: #5B278E;
 }
</style>