#5B3987

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

Shades of Kingfisher Daisy #5B3987

Tints of Kingfisher Daisy #5B3987

Color information

#5B3987 (or 0x5B3987) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 39 and 87. RGB value is (91,57,135). Sum of RGB (Red+Green+Blue) = 91+57+135=283 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.16% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #5B3987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3987 is #A4C678. Grayscale: #4B4B4B. Windows color (decimal): -10798713 or 8862043. OLE color: 8862043.

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

Color convert

RGB9157135-
CMYK0.330.5800.47
HSL266.15º40.62%37.65%-
HSV(B)266.15º57.78%52.94%-
XYZ10.156.923.72-
YUV76.06161.26138.66-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.16%
GREEN value IS 57 (22.66% from 255) = 20.14%
BLUE value IS 135 (53.12% from 255) = 47.70%
R=32.16%
G=20.14%
B=47.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91571350.330.5800.47266.1540.6237.65
Hex5B3987213A02F10a2926
Octal1337120741720574125146
Binary1011011111001100001111000011110100101111100001010101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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