Html Css Color HEX #585A4C Chicago

📋 copy color: '#585A4C'

red 88 ◦ green 90 ◦ blue 76

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

Shades of Chicago #585A4C

Tints of Chicago #585A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.92%

R = 34.65%
G = 35.43%
B = 29.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#585A4C (or 0x585A4C) is known color: Chicago. HEX triplet: 58, 5A and 4C. RGB value is (88,90,76). Sum of RGB (Red+Green+Blue) = 88+90+76=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 90 - color contains mainly: green. Hex color #585A4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585A4C is #A7A5B3. Grayscale: #575757. Windows color (decimal): -10986932 or 5003864. OLE color: 5003864.

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

Color convert

RGB 88 90 76 -
CMYK 0.02 0 0.16 0.65
HSL 68.57º 0.08% 0.33% -
HSV(B) 68.57º 0.16% 0.35% -
XYZ 8.99 9.91 8.28 -
YUV 87.81 121.34 128.14 -
System Red Green Blue C M Y K H S L
Decimal 88 90 76 0.02 0 0.16 0.65 68.57 0.08 0.33
Hex 58 5A 4C 2 0 10 41 45 8 21
Octal 130 132 114 2 0 20 101 105 10 41
Binary 1011000 1011010 1001100 10 0 10000 1000001 1000101 1000 100001

Color Harmonies of #585A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585A4C

Black with #585A4C

Text Example


Text Example

White with #585A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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