Html Css Color HEX #585955 Chicago

📋 copy color: '#585955'

red 88 ◦ green 89 ◦ blue 85

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

Shades of Chicago #585955

Tints of Chicago #585955

RGB

 RED value IS 88 (34.77% from 255) = 33.59%

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

 BLUE value IS 85 (33.59% from 255) = 32.44%

R = 33.59%
G = 33.97%
B = 32.44%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#585955 (or 0x585955) is known color: Chicago. HEX triplet: 58, 59 and 55. RGB value is (88,89,85). Sum of RGB (Red+Green+Blue) = 88+89+85=262 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.59% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 89 - color contains mainly: green. Hex color #585955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585955 is #A7A6AA. Grayscale: #585858. Windows color (decimal): -10987179 or 5593432. OLE color: 5593432.

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

Color convert

RGB 88 89 85 -
CMYK 0.01 0 0.04 0.65
HSL 75º 0.02% 0.34% -
HSV(B) 75º 0.04% 0.35% -
XYZ 9.24 9.88 10.01 -
YUV 88.25 126.17 127.83 -
System Red Green Blue C M Y K H S L
Decimal 88 89 85 0.01 0 0.04 0.65 75 0.02 0.34
Hex 58 59 55 1 0 4 41 4B 2 22
Octal 130 131 125 1 0 4 101 113 2 42
Binary 1011000 1011001 1010101 1 0 100 1000001 1001011 10 100010

Color Harmonies of #585955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585955

Black with #585955

Text Example


Text Example

White with #585955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585955; }

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

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

background-color css

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

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

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

border-color css

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

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

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