#5B3783

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

Shades of Kingfisher Daisy #5B3783

Tints of Kingfisher Daisy #5B3783

Color information

#5B3783 (or 0x5B3783) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 37 and 83. RGB value is (91,55,131). Sum of RGB (Red+Green+Blue) = 91+55+131=277 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.85% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #5B3783 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3783 is #A4C87C. Grayscale: #4A4A4A. Windows color (decimal): -10799229 or 8599387. OLE color: 8599387.

HSL color Cylindrical-coordinate representation of color #5B3783: hue angle of 268.42º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B3783 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9155131-
CMYK0.310.5800.49
HSL268.42º40.86%36.47%-
HSV(B)268.42º58.02%51.37%-
XYZ9.786.622.23-
YUV74.43159.93139.82-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.85%
GREEN value IS 55 (21.88% from 255) = 19.86%
BLUE value IS 131 (51.56% from 255) = 47.29%
R=32.85%
G=19.86%
B=47.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91551310.310.5800.49268.4240.8636.47
Hex5B37831F3A03110c2924
Octal1336720337720614145144
Binary101101111011110000011111111110100110001100001100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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