Html Css Color HEX #585D4B Chicago

📋 copy color: '#585D4B'

red 88 ◦ green 93 ◦ blue 75

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

Shades of Chicago #585D4B

Tints of Chicago #585D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.3%

R = 34.38%
G = 36.33%
B = 29.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#585D4B (or 0x585D4B) is known color: Chicago. HEX triplet: 58, 5D and 4B. RGB value is (88,93,75). Sum of RGB (Red+Green+Blue) = 88+93+75=256 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.38% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 93 - color contains mainly: green. Hex color #585D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585D4B is #A7A2B4. Grayscale: #595959. Windows color (decimal): -10986165 or 4939096. OLE color: 4939096.

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

Color convert

RGB 88 93 75 -
CMYK 0.05 0 0.19 0.64
HSL 76.67º 0.11% 0.33% -
HSV(B) 76.67º 0.19% 0.36% -
XYZ 9.21 10.41 8.18 -
YUV 89.45 119.84 126.96 -
System Red Green Blue C M Y K H S L
Decimal 88 93 75 0.05 0 0.19 0.64 76.67 0.11 0.33
Hex 58 5D 4B 5 0 13 40 4D B 21
Octal 130 135 113 5 0 23 100 115 13 41
Binary 1011000 1011101 1001011 101 0 10011 1000000 1001101 1011 100001

Color Harmonies of #585D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585D4B

Black with #585D4B

Text Example


Text Example

White with #585D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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