#575E51

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

Shades of Cabbage Pont #575E51

Tints of Cabbage Pont #575E51

Color information

#575E51 (or 0x575E51) is unknown color: approx Cabbage Pont. HEX triplet: 57, 5E and 51. RGB value is (87,94,81). Sum of RGB (Red+Green+Blue) = 87+94+81=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 94 - color contains mainly: green. Hex color #575E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575E51 is #A8A1AE. Grayscale: #5A5A5A. Windows color (decimal): -11051439 or 5332567. OLE color: 5332567.

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

Color convert

RGB879481-
CMYK0.0700.140.63
HSL92.31º7.43%34.31%-
HSV(B)92.31º13.83%36.86%-
XYZ9.4210.639.34-
YUV90.42122.68125.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.21%
GREEN value IS 94 (37.11% from 255) = 35.88%
BLUE value IS 81 (32.03% from 255) = 30.92%
R=33.21%
G=35.88%
B=30.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8794810.0700.140.6392.317.4334.31
Hex575E5170E3F5c722
Octal127136121701677134742
Binary101011110111101010001111011101111111011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,94,81); }

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

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

 a { background-color: rgb(87,94,81); }

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

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

 span { border-color: rgb(87,94,81); }

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