Html Css Color HEX #585C53 Chicago

📋 copy color: '#585C53'

red 88 ◦ green 92 ◦ blue 83

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

Shades of Chicago #585C53

Tints of Chicago #585C53

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.98%

 BLUE value IS 83 (32.81% from 255) = 31.56%

R = 33.46%
G = 34.98%
B = 31.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#585C53 (or 0x585C53) is known color: Chicago. HEX triplet: 58, 5C and 53. RGB value is (88,92,83). Sum of RGB (Red+Green+Blue) = 88+92+83=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 92 - color contains mainly: green. Hex color #585C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585C53 is #A7A3AC. Grayscale: #595959. Windows color (decimal): -10986413 or 5463128. OLE color: 5463128.

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

Color convert

RGB 88 92 83 -
CMYK 0.04 0 0.10 0.64
HSL 86.67º 0.05% 0.34% -
HSV(B) 86.67º 0.1% 0.36% -
XYZ 9.41 10.35 9.69 -
YUV 89.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 88 92 83 0.04 0 0.10 0.64 86.67 0.05 0.34
Hex 58 5C 53 4 0 A 40 57 5 22
Octal 130 134 123 4 0 12 100 127 5 42
Binary 1011000 1011100 1010011 100 0 1010 1000000 1010111 101 100010

Color Harmonies of #585C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585C53

Black with #585C53

Text Example


Text Example

White with #585C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,92,83); }

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

background-color css

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

 a { background-color: rgb(88,92,83); }

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

border-color css

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

 span { border-color: rgb(88,92,83); }

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