#574B5F

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

Shades of Honey Flower #574B5F

Tints of Honey Flower #574B5F

Color information

#574B5F (or 0x574B5F) is unknown color: approx Honey Flower. HEX triplet: 57, 4B and 5F. RGB value is (87,75,95). Sum of RGB (Red+Green+Blue) = 87+75+95=257 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.85% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 95 - color contains mainly: blue. Hex color #574B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574B5F is #A8B4A0. Grayscale: #505050. Windows color (decimal): -11056289 or 6245207. OLE color: 6245207.

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

Color convert

RGB877595-
CMYK0.080.2100.63
HSL276º11.76%33.33%-
HSV(B)276º21.05%37.25%-
XYZ8.517.8811.9-
YUV80.87135.98132.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.85%
GREEN value IS 75 (29.69% from 255) = 29.18%
BLUE value IS 95 (37.5% from 255) = 36.96%
R=33.85%
G=29.18%
B=36.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8775950.080.2100.6327611.7633.33
Hex574B5F81503F114c21
Octal12711313710250774241441
Binary10101111001011101111110001010101111111000101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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