#5D3F7C

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

Shades of Kingfisher Daisy #5D3F7C

Tints of Kingfisher Daisy #5D3F7C

Color information

#5D3F7C (or 0x5D3F7C) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 3F and 7C. RGB value is (93,63,124). Sum of RGB (Red+Green+Blue) = 93+63+124=280 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.21% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #5D3F7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3F7C is #A2C083. Grayscale: #4E4E4E. Windows color (decimal): -10666116 or 8142685. OLE color: 8142685.

HSL color Cylindrical-coordinate representation of color #5D3F7C: hue angle of 269.51º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5D3F7C is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9363124-
CMYK0.250.4900.51
HSL269.51º32.62%36.67%-
HSV(B)269.51º49.19%48.63%-
XYZ9.937.3419.96-
YUV78.92153.44138.04-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.21%
GREEN value IS 63 (25% from 255) = 22.5%
BLUE value IS 124 (48.83% from 255) = 44.29%
R=33.21%
G=22.5%
B=44.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal93631240.250.4900.51269.5132.6236.67
Hex5D3F7C193103310e2125
Octal1357717431610634164145
Binary10111011111111111100110011100010110011100001110100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,63,124); }

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

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

 a { background-color: rgb(93,63,124); }

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

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

 span { border-color: rgb(93,63,124); }

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