Html Css Color HEX #585A51 Chicago

📋 copy color: '#585A51'

red 88 ◦ green 90 ◦ blue 81

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

Shades of Chicago #585A51

Tints of Chicago #585A51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 31.27%

R = 33.98%
G = 34.75%
B = 31.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.1

 K value IS 0.65

RGB Variations

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

Color information

#585A51 (or 0x585A51) is known color: Chicago. HEX triplet: 58, 5A and 51. RGB value is (88,90,81). Sum of RGB (Red+Green+Blue) = 88+90+81=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 81 (32.03% from 255 or 31.27% from 259); Max value from RGB is 90 - color contains mainly: green. Hex color #585A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585A51 is #A7A5AE. Grayscale: #585858. Windows color (decimal): -10986927 or 5331544. OLE color: 5331544.

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

Color convert

RGB 88 90 81 -
CMYK 0.02 0 0.1 0.65
HSL 73.33º 0.05% 0.34% -
HSV(B) 73.33º 0.1% 0.35% -
XYZ 9.17 9.98 9.23 -
YUV 88.38 123.84 127.73 -
System Red Green Blue C M Y K H S L
Decimal 88 90 81 0.02 0 0.1 0.65 73.33 0.05 0.34
Hex 58 5A 51 2 0 A 41 49 5 22
Octal 130 132 121 2 0 12 101 111 5 42
Binary 1011000 1011010 1010001 10 0 1010 1000001 1001001 101 100010

Color Harmonies of #585A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585A51

Black with #585A51

Text Example


Text Example

White with #585A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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