#5B3786

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

Shades of Kingfisher Daisy #5B3786

Tints of Kingfisher Daisy #5B3786

Color information

#5B3786 (or 0x5B3786) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 37 and 86. RGB value is (91,55,134). Sum of RGB (Red+Green+Blue) = 91+55+134=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 134 (52.73% from 255 or 47.86% from 280); Max value from RGB is 134 - color contains mainly: blue. Hex color #5B3786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3786 is #A4C879. Grayscale: #4A4A4A. Windows color (decimal): -10799226 or 8795995. OLE color: 8795995.

HSL color Cylindrical-coordinate representation of color #5B3786: hue angle of 267.34º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B3786 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9155134-
CMYK0.320.5900.47
HSL267.34º41.8%37.06%-
HSV(B)267.34º58.96%52.55%-
XYZ9.986.6823.32-
YUV74.77161.43139.58-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.5%
GREEN value IS 55 (21.88% from 255) = 19.64%
BLUE value IS 134 (52.73% from 255) = 47.86%
R=32.5%
G=19.64%
B=47.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91551340.320.5900.47267.3441.837.06
Hex5B3786203B02F10b2a25
Octal1336720640730574135245
Binary1011011110111100001101000001110110101111100001011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,55,134); }

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

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

 a { background-color: rgb(91,55,134); }

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

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

 span { border-color: rgb(91,55,134); }

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