#5D5763

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

Shades of Mobster #5D5763

Tints of Mobster #5D5763

Color information

#5D5763 (or 0x5D5763) is unknown color: approx Mobster. HEX triplet: 5D, 57 and 63. RGB value is (93,87,99). Sum of RGB (Red+Green+Blue) = 93+87+99=279 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.33% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 99 - color contains mainly: blue. Hex color #5D5763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5763 is #A2A89C. Grayscale: #5A5A5A. Windows color (decimal): -10659997 or 6510429. OLE color: 6510429.

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

Color convert

RGB938799-
CMYK0.060.1200.61
HSL270º6.45%36.47%-
HSV(B)270º12.12%38.82%-
XYZ10.1710.0413.21-
YUV90.16132.99130.02-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.33%
GREEN value IS 87 (34.38% from 255) = 31.18%
BLUE value IS 99 (39.06% from 255) = 35.48%
R=33.33%
G=31.18%
B=35.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9387990.060.1200.612706.4536.47
Hex5D57636C03D10e624
Octal135127143614075416644
Binary10111011010111110001111011000111101100001110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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