#5D3986

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

Shades of Kingfisher Daisy #5D3986

Tints of Kingfisher Daisy #5D3986

Color information

#5D3986 (or 0x5D3986) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 39 and 86. RGB value is (93,57,134). Sum of RGB (Red+Green+Blue) = 93+57+134=284 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.75% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 134 (52.73% from 255 or 47.18% from 284); Max value from RGB is 134 - color contains mainly: blue. Hex color #5D3986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3986 is #A2C679. Grayscale: #4C4C4C. Windows color (decimal): -10667642 or 8796509. OLE color: 8796509.

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

Color convert

RGB9357134-
CMYK0.310.5700.47
HSL268.05º40.31%37.45%-
HSV(B)268.05º57.46%52.55%-
XYZ10.286.9723.36-
YUV76.54160.43139.74-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.75%
GREEN value IS 57 (22.66% from 255) = 20.07%
BLUE value IS 134 (52.73% from 255) = 47.18%
R=32.75%
G=20.07%
B=47.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal93571340.310.5700.47268.0540.3137.45
Hex5D39861F3902F10c2825
Octal1357120637710574145045
Binary101110111100110000110111111110010101111100001100101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,57,134); }

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

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

 a { background-color: rgb(93,57,134); }

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

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

 span { border-color: rgb(93,57,134); }

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