Html Css Color HEX #555951 Cabbage Pont

📋 copy color: '#555951'

red 85 ◦ green 89 ◦ blue 81

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

Shades of Cabbage Pont #555951

Tints of Cabbage Pont #555951

RGB

 RED value IS 85 (33.59% from 255) = 33.33%

 GREEN value IS 89 (35.16% from 255) = 34.9%

 BLUE value IS 81 (32.03% from 255) = 31.76%

R = 33.33%
G = 34.9%
B = 31.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#555951 (or 0x555951) is known color: Cabbage Pont. HEX triplet: 55, 59 and 51. RGB value is (85,89,81). Sum of RGB (Red+Green+Blue) = 85+89+81=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 89 - color contains mainly: green. Hex color #555951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555951 is #AAA6AE. Grayscale: #565656. Windows color (decimal): -11183791 or 5331285. OLE color: 5331285.

HSL color Cylindrical-coordinate representation of color #555951: hue angle of 90º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #555951 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 89 81 -
CMYK 0.04 0 0.09 0.65
HSL 90º 0.05% 0.33% -
HSV(B) 90º 0.09% 0.35% -
XYZ 8.8 9.67 9.19 -
YUV 86.89 124.67 126.65 -
System Red Green Blue C M Y K H S L
Decimal 85 89 81 0.04 0 0.09 0.65 90 0.05 0.33
Hex 55 59 51 4 0 9 41 5A 5 21
Octal 125 131 121 4 0 11 101 132 5 41
Binary 1010101 1011001 1010001 100 0 1001 1000001 1011010 101 100001

Color Harmonies of #555951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555951

Black with #555951

Text Example


Text Example

White with #555951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555951; }

 p { color: rgb(85,89,81); }

 H1.HeaderClassName
 {
   color: #555951;
 }
 .AnyTagClassName
 {
   color: #555951;
 }
</style>

background-color css

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

 a { background-color: rgb(85,89,81); }

 div.DivClassName
 {
   background-color: #555951;
 }
 .BgClassName
 {
   background-color: #555951;
 }
</style>

border-color css

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

 span { border-color: rgb(85,89,81); }

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