#5D6058

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

Shades of Chicago #5D6058

Tints of Chicago #5D6058

Color information

#5D6058 (or 0x5D6058) is unknown color: approx Chicago. HEX triplet: 5D, 60 and 58. RGB value is (93,96,88). Sum of RGB (Red+Green+Blue) = 93+96+88=277 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.57% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 96 - color contains mainly: green. Hex color #5D6058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6058 is #A29FA7. Grayscale: #5E5E5E. Windows color (decimal): -10657704 or 5791837. OLE color: 5791837.

HSL color Cylindrical-coordinate representation of color #5D6058: hue angle of 82.5º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5D6058 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB939688-
CMYK0.0300.080.62
HSL82.5º4.35%36.08%-
HSV(B)82.5º8.33%37.65%-
XYZ10.4611.410.88-
YUV94.19124.51127.15-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.57%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 88 (34.77% from 255) = 31.77%
R=33.57%
G=34.66%
B=31.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9396880.0300.080.6282.54.3536.08
Hex5D60583083E52424
Octal135140130301076122444
Binary10111011100000101100011010001111101010010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D6058; }

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

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

<style>
 a { background-color: #5D6058; }

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

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

<style>
 span { border-color: #5D6058; }

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

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