#5C4071

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

Shades of Honey Flower #5C4071

Tints of Honey Flower #5C4071

Color information

#5C4071 (or 0x5C4071) is unknown color: approx Honey Flower. HEX triplet: 5C, 40 and 71. RGB value is (92,64,113). Sum of RGB (Red+Green+Blue) = 92+64+113=269 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.20% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 113 - color contains mainly: blue. Hex color #5C4071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4071 is #A3BF8E. Grayscale: #4D4D4D. Windows color (decimal): -10731407 or 7422044. OLE color: 7422044.

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

Color convert

RGB9264113-
CMYK0.190.4300.56
HSL274.29º27.68%34.71%-
HSV(B)274.29º43.36%44.31%-
XYZ9.237.1316.51-
YUV77.96147.78138.02-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.20%
GREEN value IS 64 (25.39% from 255) = 23.79%
BLUE value IS 113 (44.53% from 255) = 42.01%
R=34.20%
G=23.79%
B=42.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal92641130.190.4300.56274.2927.6834.71
Hex5C4071132B0381121c23
Octal13410016123530704223443
Binary10111001000000111000110011101011011100010001001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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