#5F556E

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

Shades of Mobster #5F556E

Tints of Mobster #5F556E

Color information

#5F556E (or 0x5F556E) is unknown color: approx Mobster. HEX triplet: 5F, 55 and 6E. RGB value is (95,85,110). Sum of RGB (Red+Green+Blue) = 95+85+110=290 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.76% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 110 - color contains mainly: blue. Hex color #5F556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F556E is #A0AA91. Grayscale: #5A5A5A. Windows color (decimal): -10529426 or 7230815. OLE color: 7230815.

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

Color convert

RGB9585110-
CMYK0.140.2300.57
HSL264º12.82%38.24%-
HSV(B)264º22.73%43.14%-
XYZ10.7810.0616.12-
YUV90.84138.81130.97-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.76%
GREEN value IS 85 (33.59% from 255) = 29.31%
BLUE value IS 110 (43.36% from 255) = 37.93%
R=32.76%
G=29.31%
B=37.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal95851100.140.2300.5726412.8238.24
Hex5F556EE17039108d26
Octal13712515616270714101546
Binary10111111010101110111011101011101110011000010001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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