#5D6351

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

Shades of Chicago #5D6351

Tints of Chicago #5D6351

Color information

#5D6351 (or 0x5D6351) is unknown color: approx Chicago. HEX triplet: 5D, 63 and 51. RGB value is (93,99,81). Sum of RGB (Red+Green+Blue) = 93+99+81=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 99 - color contains mainly: green. Hex color #5D6351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6351 is #A29CAE. Grayscale: #5F5F5F. Windows color (decimal): -10656943 or 5333853. OLE color: 5333853.

HSL color Cylindrical-coordinate representation of color #5D6351: hue angle of 80º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5D6351 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB939981-
CMYK0.0600.180.61
HSL80º10%35.29%-
HSV(B)80º18.18%38.82%-
XYZ10.4611.849.52-
YUV95.15120.01126.46-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.07%
GREEN value IS 99 (39.06% from 255) = 36.26%
BLUE value IS 81 (32.03% from 255) = 29.67%
R=34.07%
G=36.26%
B=29.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9399810.0600.180.61801035.29
Hex5D635160123D50a23
Octal1351431216022751201243
Binary10111011100011101000111001001011110110100001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,99,81); }

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

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

 a { background-color: rgb(93,99,81); }

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

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

 span { border-color: rgb(93,99,81); }

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