Html Css Color HEX #555751 Chicago

📋 copy color: '#555751'

red 85 ◦ green 87 ◦ blue 81

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

Shades of Chicago #555751

Tints of Chicago #555751

RGB

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

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

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

R = 33.6%
G = 34.39%
B = 32.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#555751 (or 0x555751) is known color: Chicago. HEX triplet: 55, 57 and 51. RGB value is (85,87,81). Sum of RGB (Red+Green+Blue) = 85+87+81=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 81 (32.03% from 255 or 32.02% from 253); Max value from RGB is 87 - color contains mainly: green. Hex color #555751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555751 is #AAA8AE. Grayscale: #555555. Windows color (decimal): -11184303 or 5330773. OLE color: 5330773.

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

Color convert

RGB 85 87 81 -
CMYK 0.02 0 0.07 0.66
HSL 80º 0.04% 0.33% -
HSV(B) 80º 0.07% 0.34% -
XYZ 8.64 9.34 9.13 -
YUV 85.72 125.34 127.49 -
System Red Green Blue C M Y K H S L
Decimal 85 87 81 0.02 0 0.07 0.66 80 0.04 0.33
Hex 55 57 51 2 0 7 42 50 4 21
Octal 125 127 121 2 0 7 102 120 4 41
Binary 1010101 1010111 1010001 10 0 111 1000010 1010000 100 100001

Color Harmonies of #555751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555751

Black with #555751

Text Example


Text Example

White with #555751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555751; }

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

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

background-color css

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

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

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

border-color css

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

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

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