Html Css Color HEX #585F47 Chicago

📋 copy color: '#585F47'

red 88 ◦ green 95 ◦ blue 71

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

Shades of Chicago #585F47

Tints of Chicago #585F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27.95%

R = 34.65%
G = 37.4%
B = 27.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.63

RGB Variations

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

Color information

#585F47 (or 0x585F47) is known color: Chicago. HEX triplet: 58, 5F and 47. RGB value is (88,95,71). Sum of RGB (Red+Green+Blue) = 88+95+71=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 95 - color contains mainly: green. Hex color #585F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585F47 is #A7A0B8. Grayscale: #5A5A5A. Windows color (decimal): -10985657 or 4677464. OLE color: 4677464.

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

Color convert

RGB 88 95 71 -
CMYK 0.07 0 0.25 0.63
HSL 77.5º 0.14% 0.33% -
HSV(B) 77.5º 0.25% 0.37% -
XYZ 9.25 10.71 7.54 -
YUV 90.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 88 95 71 0.07 0 0.25 0.63 77.5 0.14 0.33
Hex 58 5F 47 7 0 19 3F 4E E 21
Octal 130 137 107 7 0 31 77 116 16 41
Binary 1011000 1011111 1000111 111 0 11001 111111 1001110 1110 100001

Color Harmonies of #585F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585F47

Black with #585F47

Text Example


Text Example

White with #585F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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