#5C4171

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

Shades of Honey Flower #5C4171

Tints of Honey Flower #5C4171

Color information

#5C4171 (or 0x5C4171) is unknown color: approx Honey Flower. HEX triplet: 5C, 41 and 71. RGB value is (92,65,113). Sum of RGB (Red+Green+Blue) = 92+65+113=270 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.07% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #5C4171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4171 is #A3BE8E. Grayscale: #4E4E4E. Windows color (decimal): -10731151 or 7422300. OLE color: 7422300.

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

Color convert

RGB9265113-
CMYK0.190.4200.56
HSL273.75º26.97%34.9%-
HSV(B)273.75º42.48%44.31%-
XYZ9.287.2516.53-
YUV78.54147.45137.6-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.07%
GREEN value IS 65 (25.78% from 255) = 24.07%
BLUE value IS 113 (44.53% from 255) = 41.85%
R=34.07%
G=24.07%
B=41.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal92651130.190.4200.56273.7526.9734.9
Hex5C4171132A0381121b23
Octal13410116123520704223343
Binary10111001000001111000110011101010011100010001001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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