#5E5B63

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

Shades of Mobster #5E5B63

Tints of Mobster #5E5B63

Color information

#5E5B63 (or 0x5E5B63) is unknown color: approx Mobster. HEX triplet: 5E, 5B and 63. RGB value is (94,91,99). Sum of RGB (Red+Green+Blue) = 94+91+99=284 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.10% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 99 - color contains mainly: blue. Hex color #5E5B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5B63 is #A1A49C. Grayscale: #5C5C5C. Windows color (decimal): -10593437 or 6511454. OLE color: 6511454.

HSL color Cylindrical-coordinate representation of color #5E5B63: hue angle of 262.5º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5E5B63 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB949199-
CMYK0.050.0800.61
HSL262.5º4.21%37.25%-
HSV(B)262.5º8.08%38.82%-
XYZ10.6110.7613.32-
YUV92.81131.49128.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.10%
GREEN value IS 91 (35.94% from 255) = 32.04%
BLUE value IS 99 (39.06% from 255) = 34.86%
R=33.10%
G=32.04%
B=34.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9491990.050.0800.61262.54.2137.25
Hex5E5B635803D106425
Octal136133143510075406445
Binary10111101011011110001110110000111101100000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,91,99); }

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

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

 a { background-color: rgb(94,91,99); }

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

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

 span { border-color: rgb(94,91,99); }

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