#5E5465

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

Shades of Mobster #5E5465

Tints of Mobster #5E5465

Color information

#5E5465 (or 0x5E5465) is unknown color: approx Mobster. HEX triplet: 5E, 54 and 65. RGB value is (94,84,101). Sum of RGB (Red+Green+Blue) = 94+84+101=279 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.69% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 101 - color contains mainly: blue. Hex color #5E5465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5465 is #A1AB9A. Grayscale: #585858. Windows color (decimal): -10595227 or 6640734. OLE color: 6640734.

HSL color Cylindrical-coordinate representation of color #5E5465: hue angle of 275.29º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5E5465 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9484101-
CMYK0.070.1700.60
HSL275.29º9.19%36.27%-
HSV(B)275.29º16.83%39.61%-
XYZ10.149.6613.64-
YUV88.93134.81131.62-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.69%
GREEN value IS 84 (33.20% from 255) = 30.11%
BLUE value IS 101 (39.84% from 255) = 36.20%
R=33.69%
G=30.11%
B=36.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal94841010.070.1700.60275.299.1936.27
Hex5E546571103C113924
Octal1361241457210744231144
Binary1011110101010011001011111000101111001000100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,84,101); }

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

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

 a { background-color: rgb(94,84,101); }

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

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

 span { border-color: rgb(94,84,101); }

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