Html Css Color HEX #585B4A Chicago

📋 copy color: '#585B4A'

red 88 ◦ green 91 ◦ blue 74

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

Shades of Chicago #585B4A

Tints of Chicago #585B4A

RGB

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

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

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

R = 34.78%
G = 35.97%
B = 29.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#585B4A (or 0x585B4A) is known color: Chicago. HEX triplet: 58, 5B and 4A. RGB value is (88,91,74). Sum of RGB (Red+Green+Blue) = 88+91+74=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 91 - color contains mainly: green. Hex color #585B4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585B4A is #A7A4B5. Grayscale: #585858. Windows color (decimal): -10986678 or 4873048. OLE color: 4873048.

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

Color convert

RGB 88 91 74 -
CMYK 0.03 0 0.19 0.64
HSL 70.59º 0.1% 0.32% -
HSV(B) 70.59º 0.19% 0.36% -
XYZ 9 10.05 7.94 -
YUV 88.17 120.01 127.88 -
System Red Green Blue C M Y K H S L
Decimal 88 91 74 0.03 0 0.19 0.64 70.59 0.1 0.32
Hex 58 5B 4A 3 0 13 40 47 A 20
Octal 130 133 112 3 0 23 100 107 12 40
Binary 1011000 1011011 1001010 11 0 10011 1000000 1000111 1010 100000

Color Harmonies of #585B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585B4A

Black with #585B4A

Text Example


Text Example

White with #585B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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