Html Css Color HEX #58604A Chicago

📋 copy color: '#58604A'

red 88 ◦ green 96 ◦ blue 74

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

Shades of Chicago #58604A

Tints of Chicago #58604A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.21%

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

R = 34.11%
G = 37.21%
B = 28.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#58604A (or 0x58604A) is known color: Chicago. HEX triplet: 58, 60 and 4A. RGB value is (88,96,74). Sum of RGB (Red+Green+Blue) = 88+96+74=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 96 - color contains mainly: green. Hex color #58604A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58604A is #A79FB5. Grayscale: #5B5B5B. Windows color (decimal): -10985398 or 4874328. OLE color: 4874328.

HSL color Cylindrical-coordinate representation of color #58604A: hue angle of 81.82º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #58604A is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 96 74 -
CMYK 0.08 0 0.23 0.62
HSL 81.82º 0.13% 0.33% -
HSV(B) 81.82º 0.23% 0.38% -
XYZ 9.44 10.93 8.09 -
YUV 91.1 118.35 125.79 -
System Red Green Blue C M Y K H S L
Decimal 88 96 74 0.08 0 0.23 0.62 81.82 0.13 0.33
Hex 58 60 4A 8 0 17 3E 52 D 21
Octal 130 140 112 10 0 27 76 122 15 41
Binary 1011000 1100000 1001010 1000 0 10111 111110 1010010 1101 100001

Color Harmonies of #58604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58604A

Black with #58604A

Text Example


Text Example

White with #58604A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58604A; }

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

 H1.HeaderClassName
 {
   color: #58604A;
 }
 .AnyTagClassName
 {
   color: #58604A;
 }
</style>

background-color css

<style>
 a { background-color: #58604A; }

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

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

border-color css

<style>
 span { border-color: #58604A; }

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

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