Html Css Color HEX #555A51 Cabbage Pont

📋 copy color: '#555A51'

red 85 ◦ green 90 ◦ blue 81

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

Shades of Cabbage Pont #555A51

Tints of Cabbage Pont #555A51

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.16%

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

R = 33.2%
G = 35.16%
B = 31.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.1

 K value IS 0.65

RGB Variations

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

Color information

#555A51 (or 0x555A51) is known color: Cabbage Pont. HEX triplet: 55, 5A and 51. RGB value is (85,90,81). Sum of RGB (Red+Green+Blue) = 85+90+81=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 90 - color contains mainly: green. Hex color #555A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A51 is #AAA5AE. Grayscale: #575757. Windows color (decimal): -11183535 or 5331541. OLE color: 5331541.

HSL color Cylindrical-coordinate representation of color #555A51: hue angle of 93.33º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #555A51 is Cyan = 0.06, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 90 81 -
CMYK 0.06 0 0.1 0.65
HSL 93.33º 0.05% 0.34% -
HSV(B) 93.33º 0.1% 0.35% -
XYZ 8.89 9.84 9.22 -
YUV 87.48 124.34 126.23 -
System Red Green Blue C M Y K H S L
Decimal 85 90 81 0.06 0 0.1 0.65 93.33 0.05 0.34
Hex 55 5A 51 6 0 A 41 5D 5 22
Octal 125 132 121 6 0 12 101 135 5 42
Binary 1010101 1011010 1010001 110 0 1010 1000001 1011101 101 100010

Color Harmonies of #555A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555A51

Black with #555A51

Text Example


Text Example

White with #555A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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