#58604B

Color #58604B Chicago (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chicago #58604B

Tints of Chicago #58604B

Color information

#58604B (or 0x58604B) is unknown color: approx Chicago. HEX triplet: 58, 60 and 4B. RGB value is (88,96,75). Sum of RGB (Red+Green+Blue) = 88+96+75=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 96 - color contains mainly: green. Hex color #58604B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58604B is #A79FB4. Grayscale: #5B5B5B. Windows color (decimal): -10985397 or 4939864. OLE color: 4939864.

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

Color convert

RGB889675-
CMYK0.0800.220.62
HSL82.86º12.28%33.53%-
HSV(B)82.86º21.88%37.65%-
XYZ9.4810.958.27-
YUV91.21118.85125.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.98%
GREEN value IS 96 (37.89% from 255) = 37.07%
BLUE value IS 75 (29.69% from 255) = 28.96%
R=33.98%
G=37.07%
B=28.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8896750.0800.220.6282.8612.2833.53
Hex58604B80163E53c22
Octal13014011310026761231442
Binary101100011000001001011100001011011111010100111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #58604B;
 }
 .AnyTagClassName
 {
   color: #58604B;
 }
</style>
background-color css

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

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

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

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

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

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