#5D6055

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

Shades of Chicago #5D6055

Tints of Chicago #5D6055

Color information

#5D6055 (or 0x5D6055) is unknown color: approx Chicago. HEX triplet: 5D, 60 and 55. RGB value is (93,96,85). Sum of RGB (Red+Green+Blue) = 93+96+85=274 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.94% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 96 - color contains mainly: green. Hex color #5D6055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6055 is #A29FAA. Grayscale: #5D5D5D. Windows color (decimal): -10657707 or 5595229. OLE color: 5595229.

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

Color convert

RGB939685-
CMYK0.0300.110.62
HSL76.36º6.08%35.49%-
HSV(B)76.36º11.46%37.65%-
XYZ10.3411.3510.24-
YUV93.85123.01127.39-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.94%
GREEN value IS 96 (37.89% from 255) = 35.04%
BLUE value IS 85 (33.59% from 255) = 31.02%
R=33.94%
G=35.04%
B=31.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9396850.0300.110.6276.366.0835.49
Hex5D605530B3E4c623
Octal135140125301376114643
Binary10111011100000101010111010111111101001100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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