Html Css Color HEX #555A50 Cabbage Pont

📋 copy color: '#555A50'

red 85 ◦ green 90 ◦ blue 80

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

Shades of Cabbage Pont #555A50

Tints of Cabbage Pont #555A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 31.37%

R = 33.33%
G = 35.29%
B = 31.37%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#555A50 (or 0x555A50) is known color: Cabbage Pont. HEX triplet: 55, 5A and 50. RGB value is (85,90,80). Sum of RGB (Red+Green+Blue) = 85+90+80=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 90 - color contains mainly: green. Hex color #555A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A50 is #AAA5AF. Grayscale: #575757. Windows color (decimal): -11183536 or 5266005. OLE color: 5266005.

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

Color convert

RGB 85 90 80 -
CMYK 0.06 0 0.11 0.65
HSL 90º 0.06% 0.33% -
HSV(B) 90º 0.11% 0.35% -
XYZ 8.85 9.82 9.02 -
YUV 87.37 123.84 126.31 -
System Red Green Blue C M Y K H S L
Decimal 85 90 80 0.06 0 0.11 0.65 90 0.06 0.33
Hex 55 5A 50 6 0 B 41 5A 6 21
Octal 125 132 120 6 0 13 101 132 6 41
Binary 1010101 1011010 1010000 110 0 1011 1000001 1011010 110 100001

Color Harmonies of #555A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555A50

Black with #555A50

Text Example


Text Example

White with #555A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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