#5D3787

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

Shades of Kingfisher Daisy #5D3787

Tints of Kingfisher Daisy #5D3787

Color information

#5D3787 (or 0x5D3787) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 37 and 87. RGB value is (93,55,135). Sum of RGB (Red+Green+Blue) = 93+55+135=283 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.86% from 283); Green value is 55 (21.88% from 255 or 19.43% 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 #5D3787 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3787 is #A2C878. Grayscale: #4B4B4B. Windows color (decimal): -10668153 or 8861533. OLE color: 8861533.

HSL color Cylindrical-coordinate representation of color #5D3787: hue angle of 268.5º 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 #5D3787 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9355135-
CMYK0.310.5900.47
HSL268.5º42.11%37.25%-
HSV(B)268.5º59.26%52.94%-
XYZ10.256.8123.7-
YUV75.48161.59140.5-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.86%
GREEN value IS 55 (21.88% from 255) = 19.43%
BLUE value IS 135 (53.12% from 255) = 47.70%
R=32.86%
G=19.43%
B=47.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal93551350.310.5900.47268.542.1137.25
Hex5D37871F3B02F10c2a25
Octal1356720737730574145245
Binary101110111011110000111111111110110101111100001100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,55,135); }

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

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

 a { background-color: rgb(93,55,135); }

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

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

 span { border-color: rgb(93,55,135); }

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