Html Css Color HEX #55584A Chicago

📋 copy color: '#55584A'

red 85 ◦ green 88 ◦ blue 74

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

Shades of Chicago #55584A

Tints of Chicago #55584A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.63%

 BLUE value IS 74 (29.3% from 255) = 29.96%

R = 34.41%
G = 35.63%
B = 29.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#55584A (or 0x55584A) is known color: Chicago. HEX triplet: 55, 58 and 4A. RGB value is (85,88,74). Sum of RGB (Red+Green+Blue) = 85+88+74=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 88 - color contains mainly: green. Hex color #55584A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55584A is #AAA7B5. Grayscale: #555555. Windows color (decimal): -11184054 or 4872277. OLE color: 4872277.

HSL color Cylindrical-coordinate representation of color #55584A: hue angle of 72.86º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #55584A is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 88 74 -
CMYK 0.03 0 0.16 0.65
HSL 72.86º 0.09% 0.32% -
HSV(B) 72.86º 0.16% 0.35% -
XYZ 8.47 9.41 7.85 -
YUV 85.51 121.51 127.64 -
System Red Green Blue C M Y K H S L
Decimal 85 88 74 0.03 0 0.16 0.65 72.86 0.09 0.32
Hex 55 58 4A 3 0 10 41 49 9 20
Octal 125 130 112 3 0 20 101 111 11 40
Binary 1010101 1011000 1001010 11 0 10000 1000001 1001001 1001 100000

Color Harmonies of #55584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55584A

Black with #55584A

Text Example


Text Example

White with #55584A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55584A; }

 p { color: rgb(85,88,74); }

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

background-color css

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

 a { background-color: rgb(85,88,74); }

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

border-color css

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

 span { border-color: rgb(85,88,74); }

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