#5D407C

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

Shades of Kingfisher Daisy #5D407C

Tints of Kingfisher Daisy #5D407C

Color information

#5D407C (or 0x5D407C) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 40 and 7C. RGB value is (93,64,124). Sum of RGB (Red+Green+Blue) = 93+64+124=281 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.10% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #5D407C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D407C is #A2BF83. Grayscale: #4F4F4F. Windows color (decimal): -10665860 or 8142941. OLE color: 8142941.

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

Color convert

RGB9364124-
CMYK0.250.4800.51
HSL269º31.91%36.86%-
HSV(B)269º48.39%48.63%-
XYZ9.997.4519.98-
YUV79.51153.11137.62-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.10%
GREEN value IS 64 (25.39% from 255) = 22.78%
BLUE value IS 124 (48.83% from 255) = 44.13%
R=33.10%
G=22.78%
B=44.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal93641240.250.4800.5126931.9136.86
Hex5D407C193003310d2025
Octal13510017431600634154045
Binary101110110000001111100110011100000110011100001101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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