#58614E

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

Shades of Chicago #58614E

Tints of Chicago #58614E

Color information

#58614E (or 0x58614E) is unknown color: approx Chicago. HEX triplet: 58, 61 and 4E. RGB value is (88,97,78). Sum of RGB (Red+Green+Blue) = 88+97+78=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 97 - color contains mainly: green. Hex color #58614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58614E is #A79EB1. Grayscale: #5C5C5C. Windows color (decimal): -10985138 or 5136728. OLE color: 5136728.

HSL color Cylindrical-coordinate representation of color #58614E: hue angle of 88.42º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #58614E is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB889778-
CMYK0.0900.200.62
HSL88.42º10.86%34.31%-
HSV(B)88.42º19.59%38.04%-
XYZ9.6711.178.85-
YUV92.14120.02125.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.46%
GREEN value IS 97 (38.28% from 255) = 36.88%
BLUE value IS 78 (30.86% from 255) = 29.66%
R=33.46%
G=36.88%
B=29.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8897780.0900.200.6288.4210.8634.31
Hex58614E90143E58b22
Octal13014111611024761301342
Binary101100011000011001110100101010011111010110001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58614E; }

 p { color: rgb(88,97,78); }

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

<style>
 a { background-color: #58614E; }

 a { background-color: rgb(88,97,78); }

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

<style>
 span { border-color: #58614E; }

 span { border-color: rgb(88,97,78); }

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