#5F5078

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

Shades of Mobster #5F5078

Tints of Mobster #5F5078

Color information

#5F5078 (or 0x5F5078) is unknown color: approx Mobster. HEX triplet: 5F, 50 and 78. RGB value is (95,80,120). Sum of RGB (Red+Green+Blue) = 95+80+120=295 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.20% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 120 - color contains mainly: blue. Hex color #5F5078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5078 is #A0AF87. Grayscale: #585858. Windows color (decimal): -10530696 or 7884895. OLE color: 7884895.

HSL color Cylindrical-coordinate representation of color #5F5078: hue angle of 262.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F5078 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9580120-
CMYK0.210.3300.53
HSL262.5º20%39.22%-
HSV(B)262.5º33.33%47.06%-
XYZ10.989.5319.03-
YUV89.04145.47132.25-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.20%
GREEN value IS 80 (31.64% from 255) = 27.12%
BLUE value IS 120 (47.27% from 255) = 40.68%
R=32.20%
G=27.12%
B=40.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal95801200.210.3300.53262.52039.22
Hex5F507815210351061427
Octal13712017025410654062447
Binary10111111010000111100010101100001011010110000011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,80,120); }

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

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

 a { background-color: rgb(95,80,120); }

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

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

 span { border-color: rgb(95,80,120); }

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