#5F506E

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

Shades of Mobster #5F506E

Tints of Mobster #5F506E

Color information

#5F506E (or 0x5F506E) is unknown color: approx Mobster. HEX triplet: 5F, 50 and 6E. RGB value is (95,80,110). Sum of RGB (Red+Green+Blue) = 95+80+110=285 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.33% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 110 - color contains mainly: blue. Hex color #5F506E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F506E is #A0AF91. Grayscale: #575757. Windows color (decimal): -10530706 or 7229535. OLE color: 7229535.

HSL color Cylindrical-coordinate representation of color #5F506E: hue angle of 270º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F506E is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9580110-
CMYK0.140.2700.57
HSL270º15.79%37.25%-
HSV(B)270º27.27%43.14%-
XYZ10.49.316-
YUV87.9140.47133.06-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.33%
GREEN value IS 80 (31.64% from 255) = 28.07%
BLUE value IS 110 (43.36% from 255) = 38.60%
R=33.33%
G=28.07%
B=38.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal95801100.140.2700.5727015.7937.25
Hex5F506EE1B03910e1025
Octal13712015616330714162045
Binary101111110100001101110111011011011100110000111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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