Html Css Color HEX #585D4C Chicago

📋 copy color: '#585D4C'

red 88 ◦ green 93 ◦ blue 76

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

Shades of Chicago #585D4C

Tints of Chicago #585D4C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.19%

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

R = 34.24%
G = 36.19%
B = 29.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#585D4C (or 0x585D4C) is known color: Chicago. HEX triplet: 58, 5D and 4C. RGB value is (88,93,76). Sum of RGB (Red+Green+Blue) = 88+93+76=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 93 - color contains mainly: green. Hex color #585D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585D4C is #A7A2B3. Grayscale: #595959. Windows color (decimal): -10986164 or 5004632. OLE color: 5004632.

HSL color Cylindrical-coordinate representation of color #585D4C: hue angle of 77.65º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #585D4C is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 93 76 -
CMYK 0.05 0 0.18 0.64
HSL 77.65º 0.1% 0.33% -
HSV(B) 77.65º 0.18% 0.36% -
XYZ 9.24 10.43 8.36 -
YUV 89.57 120.34 126.88 -
System Red Green Blue C M Y K H S L
Decimal 88 93 76 0.05 0 0.18 0.64 77.65 0.1 0.33
Hex 58 5D 4C 5 0 12 40 4E A 21
Octal 130 135 114 5 0 22 100 116 12 41
Binary 1011000 1011101 1001100 101 0 10010 1000000 1001110 1010 100001

Color Harmonies of #585D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585D4C

Black with #585D4C

Text Example


Text Example

White with #585D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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