Html Css Color HEX #575E51 Cabbage Pont

📋 copy color: '#575E51'

red 87 ◦ green 94 ◦ blue 81

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

Shades of Cabbage Pont #575E51

Tints of Cabbage Pont #575E51

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

 M value IS 0

 Y value IS 0.14

 K value IS 0.63

RGB Variations

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

Color information

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

RGB 87 94 81 -
CMYK 0.07 0 0.14 0.63
HSL 92.31º 0.07% 0.34% -
HSV(B) 92.31º 0.14% 0.37% -
XYZ 9.42 10.63 9.34 -
YUV 90.43 122.68 125.56 -
System Red Green Blue C M Y K H S L
Decimal 87 94 81 0.07 0 0.14 0.63 92.31 0.07 0.34
Hex 57 5E 51 7 0 E 3F 5C 7 22
Octal 127 136 121 7 0 16 77 134 7 42
Binary 1010111 1011110 1010001 111 0 1110 111111 1011100 111 100010

Color Harmonies of #575E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575E51

Black with #575E51

Text Example


Text Example

White with #575E51

Text Example


Text Example

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