#575D51

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

Shades of Cabbage Pont #575D51

Tints of Cabbage Pont #575D51

Color information

#575D51 (or 0x575D51) is unknown color: approx Cabbage Pont. HEX triplet: 57, 5D and 51. RGB value is (87,93,81). Sum of RGB (Red+Green+Blue) = 87+93+81=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 93 - color contains mainly: green. Hex color #575D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D51 is #A8A2AE. Grayscale: #595959. Windows color (decimal): -11051695 or 5332311. OLE color: 5332311.

HSL color Cylindrical-coordinate representation of color #575D51: hue angle of 90º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #575D51 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB879381-
CMYK0.0600.130.64
HSL90º6.9%34.12%-
HSV(B)90º12.9%36.47%-
XYZ9.3310.459.31-
YUV89.84123.01125.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.33%
GREEN value IS 93 (36.72% from 255) = 35.63%
BLUE value IS 81 (32.03% from 255) = 31.03%
R=33.33%
G=35.63%
B=31.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8793810.0600.130.64906.934.12
Hex575D5160D405a722
Octal1271351216015100132742
Binary1010111101110110100011100110110000001011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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