Html Css Color HEX #575D51 Cabbage Pont

📋 copy color: '#575D51'

red 87 ◦ green 93 ◦ blue 81

#575D51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabbage Pont #575D51

Tints of Cabbage Pont #575D51

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 value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#575D51 (or 0x575D51) is known color: 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

RGB 87 93 81 -
CMYK 0.06 0 0.13 0.64
HSL 90º 0.07% 0.34% -
HSV(B) 90º 0.13% 0.36% -
XYZ 9.33 10.45 9.31 -
YUV 89.84 123.01 125.98 -
System Red Green Blue C M Y K H S L
Decimal 87 93 81 0.06 0 0.13 0.64 90 0.07 0.34
Hex 57 5D 51 6 0 D 40 5A 7 22
Octal 127 135 121 6 0 15 100 132 7 42
Binary 1010111 1011101 1010001 110 0 1101 1000000 1011010 111 100010

Color Harmonies of #575D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575D51

Black with #575D51

Text Example


Text Example

White with #575D51

Text Example


Text Example

HTML Codes & Css Web 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>