Html Css Color HEX #585F4D Chicago

📋 copy color: '#585F4D'

red 88 ◦ green 95 ◦ blue 77

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

Shades of Chicago #585F4D

Tints of Chicago #585F4D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.54%

 BLUE value IS 77 (30.47% from 255) = 29.62%

R = 33.85%
G = 36.54%
B = 29.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.63

RGB Variations

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

Color information

#585F4D (or 0x585F4D) is known color: Chicago. HEX triplet: 58, 5F and 4D. RGB value is (88,95,77). Sum of RGB (Red+Green+Blue) = 88+95+77=260 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.85% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 95 - color contains mainly: green. Hex color #585F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585F4D is #A7A0B2. Grayscale: #5A5A5A. Windows color (decimal): -10985651 or 5070680. OLE color: 5070680.

HSL color Cylindrical-coordinate representation of color #585F4D: hue angle of 83.33º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #585F4D is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.

Color convert

RGB 88 95 77 -
CMYK 0.07 0 0.19 0.63
HSL 83.33º 0.1% 0.34% -
HSV(B) 83.33º 0.19% 0.37% -
XYZ 9.46 10.79 8.61 -
YUV 90.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 88 95 77 0.07 0 0.19 0.63 83.33 0.1 0.34
Hex 58 5F 4D 7 0 13 3F 53 A 22
Octal 130 137 115 7 0 23 77 123 12 42
Binary 1011000 1011111 1001101 111 0 10011 111111 1010011 1010 100010

Color Harmonies of #585F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585F4D

Black with #585F4D

Text Example


Text Example

White with #585F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,95,77); }

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

background-color css

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

 a { background-color: rgb(88,95,77); }

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

border-color css

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

 span { border-color: rgb(88,95,77); }

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