Html Css Color HEX #575F50 Cabbage Pont

📋 copy color: '#575F50'

red 87 ◦ green 95 ◦ blue 80

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

Shades of Cabbage Pont #575F50

Tints of Cabbage Pont #575F50

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

 M value IS 0

 Y value IS 0.16

 K value IS 0.63

RGB Variations

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

Color information

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

RGB 87 95 80 -
CMYK 0.08 0 0.16 0.63
HSL 92º 0.09% 0.34% -
HSV(B) 92º 0.16% 0.37% -
XYZ 9.47 10.79 9.17 -
YUV 90.9 121.85 125.22 -
System Red Green Blue C M Y K H S L
Decimal 87 95 80 0.08 0 0.16 0.63 92 0.09 0.34
Hex 57 5F 50 8 0 10 3F 5C 9 22
Octal 127 137 120 10 0 20 77 134 11 42
Binary 1010111 1011111 1010000 1000 0 10000 111111 1011100 1001 100010

Color Harmonies of #575F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575F50

Black with #575F50

Text Example


Text Example

White with #575F50

Text Example


Text Example

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