#5C4775

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

Shades of Kingfisher Daisy #5C4775

Tints of Kingfisher Daisy #5C4775

Color information

#5C4775 (or 0x5C4775) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 47 and 75. RGB value is (92,71,117). Sum of RGB (Red+Green+Blue) = 92+71+117=280 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.86% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 117 - color contains mainly: blue. Hex color #5C4775 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4775 is #A3B88A. Grayscale: #525252. Windows color (decimal): -10729611 or 7685980. OLE color: 7685980.

HSL color Cylindrical-coordinate representation of color #5C4775: hue angle of 267.39º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C4775 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9271117-
CMYK0.210.3900.54
HSL267.39º24.47%36.86%-
HSV(B)267.39º39.32%45.88%-
XYZ9.888.0717.87-
YUV82.52147.46134.76-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.86%
GREEN value IS 71 (28.12% from 255) = 25.36%
BLUE value IS 117 (46.09% from 255) = 41.79%
R=32.86%
G=25.36%
B=41.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal92711170.210.3900.54267.3924.4736.86
Hex5C4775152703610b1825
Octal13410716525470664133045
Binary10111001000111111010110101100111011011010000101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,71,117); }

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

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

 a { background-color: rgb(92,71,117); }

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

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

 span { border-color: rgb(92,71,117); }

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