Html Css Color HEX #555B4D Chicago

📋 copy color: '#555B4D'

red 85 ◦ green 91 ◦ blue 77

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

Shades of Chicago #555B4D

Tints of Chicago #555B4D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.97%

 BLUE value IS 77 (30.47% from 255) = 30.43%

R = 33.6%
G = 35.97%
B = 30.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#555B4D (or 0x555B4D) is known color: Chicago. HEX triplet: 55, 5B and 4D. RGB value is (85,91,77). Sum of RGB (Red+Green+Blue) = 85+91+77=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 91 - color contains mainly: green. Hex color #555B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555B4D is #AAA4B2. Grayscale: #575757. Windows color (decimal): -11183283 or 5069653. OLE color: 5069653.

HSL color Cylindrical-coordinate representation of color #555B4D: hue angle of 85.71º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #555B4D is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 91 77 -
CMYK 0.07 0 0.15 0.64
HSL 85.71º 0.08% 0.33% -
HSV(B) 85.71º 0.15% 0.36% -
XYZ 8.83 9.95 8.48 -
YUV 87.61 122.01 126.14 -
System Red Green Blue C M Y K H S L
Decimal 85 91 77 0.07 0 0.15 0.64 85.71 0.08 0.33
Hex 55 5B 4D 7 0 F 40 56 8 21
Octal 125 133 115 7 0 17 100 126 10 41
Binary 1010101 1011011 1001101 111 0 1111 1000000 1010110 1000 100001

Color Harmonies of #555B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555B4D

Black with #555B4D

Text Example


Text Example

White with #555B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,91,77); }

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

background-color css

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

 a { background-color: rgb(85,91,77); }

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

border-color css

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

 span { border-color: rgb(85,91,77); }

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