#5F5268

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

Shades of Mobster #5F5268

Tints of Mobster #5F5268

Color information

#5F5268 (or 0x5F5268) is unknown color: approx Mobster. HEX triplet: 5F, 52 and 68. RGB value is (95,82,104). Sum of RGB (Red+Green+Blue) = 95+82+104=281 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.81% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 104 - color contains mainly: blue. Hex color #5F5268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5268 is #A0AD97. Grayscale: #585858. Windows color (decimal): -10530200 or 6836831. OLE color: 6836831.

HSL color Cylindrical-coordinate representation of color #5F5268: hue angle of 275.45º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5F5268 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9582104-
CMYK0.090.2100.59
HSL275.45º11.83%36.47%-
HSV(B)275.45º21.15%40.78%-
XYZ10.249.4714.38-
YUV88.4136.81132.71-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.81%
GREEN value IS 82 (32.42% from 255) = 29.18%
BLUE value IS 104 (41.02% from 255) = 37.01%
R=33.81%
G=29.18%
B=37.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal95821040.090.2100.59275.4511.8336.47
Hex5F526891503B113c24
Octal13712215011250734231444
Binary10111111010010110100010011010101110111000100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,82,104); }

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

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

 a { background-color: rgb(95,82,104); }

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

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

 span { border-color: rgb(95,82,104); }

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