#5B3287

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

Shades of Kingfisher Daisy #5B3287

Tints of Kingfisher Daisy #5B3287

Color information

#5B3287 (or 0x5B3287) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 32 and 87. RGB value is (91,50,135). Sum of RGB (Red+Green+Blue) = 91+50+135=276 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.97% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 135 (53.12% from 255 or 48.91% from 276); Max value from RGB is 135 - color contains mainly: blue. Hex color #5B3287 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3287 is #A4CD78. Grayscale: #474747. Windows color (decimal): -10800505 or 8860251. OLE color: 8860251.

HSL color Cylindrical-coordinate representation of color #5B3287: hue angle of 268.94º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B3287 is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9150135-
CMYK0.330.6300.47
HSL268.94º45.95%36.27%-
HSV(B)268.94º62.96%52.94%-
XYZ9.836.2523.61-
YUV71.95163.58141.59-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.97%
GREEN value IS 50 (19.92% from 255) = 18.12%
BLUE value IS 135 (53.12% from 255) = 48.91%
R=32.97%
G=18.12%
B=48.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91501350.330.6300.47268.9445.9536.27
Hex5B3287213F02F10d2e24
Octal1336220741770574155644
Binary1011011110010100001111000011111110101111100001101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,50,135); }

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

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

 a { background-color: rgb(91,50,135); }

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

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

 span { border-color: rgb(91,50,135); }

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