#5C407C

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

Shades of Kingfisher Daisy #5C407C

Tints of Kingfisher Daisy #5C407C

Color information

#5C407C (or 0x5C407C) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 40 and 7C. RGB value is (92,64,124). Sum of RGB (Red+Green+Blue) = 92+64+124=280 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.86% from 280); Green value is 64 (25.39% from 255 or 22.86% 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 #5C407C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C407C is #A3BF83. Grayscale: #4F4F4F. Windows color (decimal): -10731396 or 8142940. OLE color: 8142940.

HSL color Cylindrical-coordinate representation of color #5C407C: hue angle of 268º 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 #5C407C is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9264124-
CMYK0.260.4800.51
HSL268º31.91%36.86%-
HSV(B)268º48.39%48.63%-
XYZ9.897.419.98-
YUV79.21153.28137.12-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.86%
GREEN value IS 64 (25.39% from 255) = 22.86%
BLUE value IS 124 (48.83% from 255) = 44.29%
R=32.86%
G=22.86%
B=44.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal92641240.260.4800.5126831.9136.86
Hex5C407C1A3003310c2025
Octal13410017432600634144045
Binary101110010000001111100110101100000110011100001100100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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