#575F50

Color #575F50 Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #575F50

Tints of Cabbage Pont #575F50

Color information

#575F50 (or 0x575F50) is unknown color: approx Cabbage Pont. HEX triplet: 57, 5F and 50. RGB value is (87,95,80). Sum of RGB (Red+Green+Blue) = 87+95+80=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 95 - color contains mainly: green. Hex color #575F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F50 is #A8A0AF. Grayscale: #5A5A5A. Windows color (decimal): -11051184 or 5267287. OLE color: 5267287.

HSL color Cylindrical-coordinate representation of color #575F50: hue angle of 92º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #575F50 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB879580-
CMYK0.0800.160.63
HSL92º8.57%34.31%-
HSV(B)92º15.79%37.25%-
XYZ9.4710.799.17-
YUV90.9121.85125.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.21%
GREEN value IS 95 (37.5% from 255) = 36.26%
BLUE value IS 80 (31.64% from 255) = 30.53%
R=33.21%
G=36.26%
B=30.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8795800.0800.160.63928.5734.31
Hex575F5080103F5c922
Octal12713712010020771341142
Binary101011110111111010000100001000011111110111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575F50; }

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

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

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

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

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

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

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

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