Html Css Color HEX #55594B Chicago

📋 copy color: '#55594B'

red 85 ◦ green 89 ◦ blue 75

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

Shades of Chicago #55594B

Tints of Chicago #55594B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.74%

 BLUE value IS 75 (29.69% from 255) = 30.12%

R = 34.14%
G = 35.74%
B = 30.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#55594B (or 0x55594B) is known color: Chicago. HEX triplet: 55, 59 and 4B. RGB value is (85,89,75). Sum of RGB (Red+Green+Blue) = 85+89+75=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 89 - color contains mainly: green. Hex color #55594B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55594B is #AAA6B4. Grayscale: #565656. Windows color (decimal): -11183797 or 4938069. OLE color: 4938069.

HSL color Cylindrical-coordinate representation of color #55594B: hue angle of 77.14º 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 #55594B is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 89 75 -
CMYK 0.04 0 0.16 0.65
HSL 77.14º 0.09% 0.32% -
HSV(B) 77.14º 0.16% 0.35% -
XYZ 8.59 9.58 8.05 -
YUV 86.21 121.67 127.14 -
System Red Green Blue C M Y K H S L
Decimal 85 89 75 0.04 0 0.16 0.65 77.14 0.09 0.32
Hex 55 59 4B 4 0 10 41 4D 9 20
Octal 125 131 113 4 0 20 101 115 11 40
Binary 1010101 1011001 1001011 100 0 10000 1000001 1001101 1001 100000

Color Harmonies of #55594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55594B

Black with #55594B

Text Example


Text Example

White with #55594B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55594B; }

 p { color: rgb(85,89,75); }

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

background-color css

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

 a { background-color: rgb(85,89,75); }

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

border-color css

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

 span { border-color: rgb(85,89,75); }

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