#574A5F

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

Shades of Honey Flower #574A5F

Tints of Honey Flower #574A5F

Color information

#574A5F (or 0x574A5F) is unknown color: approx Honey Flower. HEX triplet: 57, 4A and 5F. RGB value is (87,74,95). Sum of RGB (Red+Green+Blue) = 87+74+95=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 95 - color contains mainly: blue. Hex color #574A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574A5F is #A8B5A0. Grayscale: #505050. Windows color (decimal): -11056545 or 6244951. OLE color: 6244951.

HSL color Cylindrical-coordinate representation of color #574A5F: hue angle of 277.14º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #574A5F is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB877495-
CMYK0.080.2200.63
HSL277.14º12.43%33.14%-
HSV(B)277.14º22.11%37.25%-
XYZ8.447.7511.88-
YUV80.28136.31132.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.98%
GREEN value IS 74 (29.30% from 255) = 28.91%
BLUE value IS 95 (37.5% from 255) = 37.11%
R=33.98%
G=28.91%
B=37.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8774950.080.2200.63277.1412.4333.14
Hex574A5F81603F115c21
Octal12711213710260774251441
Binary10101111001010101111110001011001111111000101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574A5F; }

 p { color: rgb(87,74,95); }

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

<style>
 a { background-color: #574A5F; }

 a { background-color: rgb(87,74,95); }

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

<style>
 span { border-color: #574A5F; }

 span { border-color: rgb(87,74,95); }

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