Html Css Color HEX #55584F Chicago

📋 copy color: '#55584F'

red 85 ◦ green 88 ◦ blue 79

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

Shades of Chicago #55584F

Tints of Chicago #55584F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.35%

R = 33.73%
G = 34.92%
B = 31.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#55584F (or 0x55584F) is known color: Chicago. HEX triplet: 55, 58 and 4F. RGB value is (85,88,79). Sum of RGB (Red+Green+Blue) = 85+88+79=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 88 - color contains mainly: green. Hex color #55584F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55584F is #AAA7B0. Grayscale: #565656. Windows color (decimal): -11184049 or 5199957. OLE color: 5199957.

HSL color Cylindrical-coordinate representation of color #55584F: hue angle of 80º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #55584F is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 88 79 -
CMYK 0.03 0 0.10 0.65
HSL 80º 0.05% 0.33% -
HSV(B) 80º 0.1% 0.35% -
XYZ 8.65 9.48 8.77 -
YUV 86.08 124.01 127.23 -
System Red Green Blue C M Y K H S L
Decimal 85 88 79 0.03 0 0.10 0.65 80 0.05 0.33
Hex 55 58 4F 3 0 A 41 50 5 21
Octal 125 130 117 3 0 12 101 120 5 41
Binary 1010101 1011000 1001111 11 0 1010 1000001 1010000 101 100001

Color Harmonies of #55584F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55584F

Black with #55584F

Text Example


Text Example

White with #55584F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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