#5C4471

Color #5C4471 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #5C4471

Tints of Honey Flower #5C4471

Color information

#5C4471 (or 0x5C4471) is unknown color: approx Honey Flower. HEX triplet: 5C, 44 and 71. RGB value is (92,68,113). Sum of RGB (Red+Green+Blue) = 92+68+113=273 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.70% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #5C4471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4471 is #A3BB8E. Grayscale: #505050. Windows color (decimal): -10730383 or 7423068. OLE color: 7423068.

HSL color Cylindrical-coordinate representation of color #5C4471: hue angle of 272º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C4471 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9268113-
CMYK0.190.4000.56
HSL272º24.86%35.49%-
HSV(B)272º39.82%44.31%-
XYZ9.467.616.59-
YUV80.31146.45136.34-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.70%
GREEN value IS 68 (26.95% from 255) = 24.91%
BLUE value IS 113 (44.53% from 255) = 41.39%
R=33.70%
G=24.91%
B=41.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal92681130.190.4000.5627224.8635.49
Hex5C447113280381101923
Octal13410416123500704203143
Binary10111001000100111000110011101000011100010001000011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,68,113); }

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

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

 a { background-color: rgb(92,68,113); }

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

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

 span { border-color: rgb(92,68,113); }

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