Html Css Color HEX #555753 Cabbage Pont

📋 copy color: '#555753'

red 85 ◦ green 87 ◦ blue 83

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

Shades of Cabbage Pont #555753

Tints of Cabbage Pont #555753

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.12%

 BLUE value IS 83 (32.81% from 255) = 32.55%

R = 33.33%
G = 34.12%
B = 32.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#555753 (or 0x555753) is known color: Cabbage Pont. HEX triplet: 55, 57 and 53. RGB value is (85,87,83). Sum of RGB (Red+Green+Blue) = 85+87+83=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 83 (32.81% from 255 or 32.55% from 255); Max value from RGB is 87 - color contains mainly: green. Hex color #555753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555753 is #AAA8AC. Grayscale: #555555. Windows color (decimal): -11184301 or 5461845. OLE color: 5461845.

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

Color convert

RGB 85 87 83 -
CMYK 0.02 0 0.05 0.66
HSL 90º 0.02% 0.33% -
HSV(B) 90º 0.05% 0.34% -
XYZ 8.72 9.37 9.53 -
YUV 85.95 126.34 127.33 -
System Red Green Blue C M Y K H S L
Decimal 85 87 83 0.02 0 0.05 0.66 90 0.02 0.33
Hex 55 57 53 2 0 5 42 5A 2 21
Octal 125 127 123 2 0 5 102 132 2 41
Binary 1010101 1010111 1010011 10 0 101 1000010 1011010 10 100001

Color Harmonies of #555753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555753

Black with #555753

Text Example


Text Example

White with #555753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555753; }

 p { color: rgb(85,87,83); }

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

background-color css

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

 a { background-color: rgb(85,87,83); }

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

border-color css

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

 span { border-color: rgb(85,87,83); }

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