Html Css Color HEX #585B4B Chicago

📋 copy color: '#585B4B'

red 88 ◦ green 91 ◦ blue 75

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

Shades of Chicago #585B4B

Tints of Chicago #585B4B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.83%

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

R = 34.65%
G = 35.83%
B = 29.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#585B4B (or 0x585B4B) is known color: Chicago. HEX triplet: 58, 5B and 4B. RGB value is (88,91,75). Sum of RGB (Red+Green+Blue) = 88+91+75=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 91 - color contains mainly: green. Hex color #585B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585B4B is #A7A4B4. Grayscale: #585858. Windows color (decimal): -10986677 or 4938584. OLE color: 4938584.

HSL color Cylindrical-coordinate representation of color #585B4B: hue angle of 71.25º 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 #585B4B is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 91 75 -
CMYK 0.03 0 0.18 0.64
HSL 71.25º 0.1% 0.33% -
HSV(B) 71.25º 0.18% 0.36% -
XYZ 9.04 10.06 8.12 -
YUV 88.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 88 91 75 0.03 0 0.18 0.64 71.25 0.1 0.33
Hex 58 5B 4B 3 0 12 40 47 A 21
Octal 130 133 113 3 0 22 100 107 12 41
Binary 1011000 1011011 1001011 11 0 10010 1000000 1000111 1010 100001

Color Harmonies of #585B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585B4B

Black with #585B4B

Text Example


Text Example

White with #585B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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