#5D467C

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

Shades of Kingfisher Daisy #5D467C

Tints of Kingfisher Daisy #5D467C

Color information

#5D467C (or 0x5D467C) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 46 and 7C. RGB value is (93,70,124). Sum of RGB (Red+Green+Blue) = 93+70+124=287 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.40% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #5D467C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D467C is #A2B983. Grayscale: #525252. Windows color (decimal): -10664324 or 8144477. OLE color: 8144477.

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

Color convert

RGB9370124-
CMYK0.250.4400.51
HSL265.56º27.84%38.04%-
HSV(B)265.56º43.55%48.63%-
XYZ10.348.1620.1-
YUV83.03151.12135.11-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.40%
GREEN value IS 70 (27.73% from 255) = 24.39%
BLUE value IS 124 (48.83% from 255) = 43.21%
R=32.40%
G=24.39%
B=43.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal93701240.250.4400.51265.5627.8438.04
Hex5D467C192C03310a1c26
Octal13510617431540634123446
Binary10111011000110111110011001101100011001110000101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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