Html Css Color HEX #585A53 Chicago

📋 copy color: '#585A53'

red 88 ◦ green 90 ◦ blue 83

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

Shades of Chicago #585A53

Tints of Chicago #585A53

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.48%

 BLUE value IS 83 (32.81% from 255) = 31.8%

R = 33.72%
G = 34.48%
B = 31.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#585A53 (or 0x585A53) is known color: Chicago. HEX triplet: 58, 5A and 53. RGB value is (88,90,83). Sum of RGB (Red+Green+Blue) = 88+90+83=261 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.72% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 90 - color contains mainly: green. Hex color #585A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585A53 is #A7A5AC. Grayscale: #585858. Windows color (decimal): -10986925 or 5462616. OLE color: 5462616.

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

Color convert

RGB 88 90 83 -
CMYK 0.02 0 0.08 0.65
HSL 77.14º 0.04% 0.34% -
HSV(B) 77.14º 0.08% 0.35% -
XYZ 9.24 10.01 9.63 -
YUV 88.6 124.84 127.57 -
System Red Green Blue C M Y K H S L
Decimal 88 90 83 0.02 0 0.08 0.65 77.14 0.04 0.34
Hex 58 5A 53 2 0 8 41 4D 4 22
Octal 130 132 123 2 0 10 101 115 4 42
Binary 1011000 1011010 1010011 10 0 1000 1000001 1001101 100 100010

Color Harmonies of #585A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585A53

Black with #585A53

Text Example


Text Example

White with #585A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585A53; }

 p { color: rgb(88,90,83); }

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

background-color css

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

 a { background-color: rgb(88,90,83); }

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

border-color css

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

 span { border-color: rgb(88,90,83); }

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