Html Css Color HEX #585F4A Chicago

📋 copy color: '#585F4A'

red 88 ◦ green 95 ◦ blue 74

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

Shades of Chicago #585F4A

Tints of Chicago #585F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.79%

R = 34.24%
G = 36.96%
B = 28.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.63

RGB Variations

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

Color information

#585F4A (or 0x585F4A) is known color: Chicago. HEX triplet: 58, 5F and 4A. RGB value is (88,95,74). Sum of RGB (Red+Green+Blue) = 88+95+74=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 95 - color contains mainly: green. Hex color #585F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585F4A is #A7A0B5. Grayscale: #5A5A5A. Windows color (decimal): -10985654 or 4874072. OLE color: 4874072.

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

Color convert

RGB 88 95 74 -
CMYK 0.07 0 0.22 0.63
HSL 80º 0.12% 0.33% -
HSV(B) 80º 0.22% 0.37% -
XYZ 9.35 10.75 8.06 -
YUV 90.51 118.68 126.21 -
System Red Green Blue C M Y K H S L
Decimal 88 95 74 0.07 0 0.22 0.63 80 0.12 0.33
Hex 58 5F 4A 7 0 16 3F 50 C 21
Octal 130 137 112 7 0 26 77 120 14 41
Binary 1011000 1011111 1001010 111 0 10110 111111 1010000 1100 100001

Color Harmonies of #585F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585F4A

Black with #585F4A

Text Example


Text Example

White with #585F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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