#575047

Color #575047 Mondo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mondo #575047

Tints of Mondo #575047

Color information

#575047 (or 0x575047) is unknown color: approx Mondo. HEX triplet: 57, 50 and 47. RGB value is (87,80,71). Sum of RGB (Red+Green+Blue) = 87+80+71=238 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.55% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 71 (28.12% from 255 or 29.83% from 238); Max value from RGB is 87 - color contains mainly: red. Hex color #575047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575047 is #A8AFB8. Grayscale: #515151. Windows color (decimal): -11055033 or 4673623. OLE color: 4673623.

HSL color Cylindrical-coordinate representation of color #575047: hue angle of 33.75º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #575047 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.66.

Color convert

RGB878071-
CMYK00.080.180.66
HSL33.75º10.13%30.98%-
HSV(B)33.75º18.39%34.12%-
XYZ7.948.227.13-
YUV81.07122.32132.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.55%
GREEN value IS 80 (31.64% from 255) = 33.61%
BLUE value IS 71 (28.12% from 255) = 29.83%
R=36.55%
G=33.61%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87807100.080.180.6633.7510.1330.98
Hex57504708124222a1f
Octal12712010701022102421237
Binary10101111010000100011101000100101000010100010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575047; }

 p { color: rgb(87,80,71); }

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

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

 a { background-color: rgb(87,80,71); }

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

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

 span { border-color: rgb(87,80,71); }

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