#655B70

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

Shades of Mobster #655B70

Tints of Mobster #655B70

Color information

#655B70 (or 0x655B70) is unknown color: approx Mobster. HEX triplet: 65, 5B and 70. RGB value is (101,91,112). Sum of RGB (Red+Green+Blue) = 101+91+112=304 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.22% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 112 - color contains mainly: blue. Hex color #655B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655B70 is #9AA48F. Grayscale: #606060. Windows color (decimal): -10134672 or 7363429. OLE color: 7363429.

HSL color Cylindrical-coordinate representation of color #655B70: hue angle of 268.57º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #655B70 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10191112-
CMYK0.100.1900.56
HSL268.57º10.34%39.8%-
HSV(B)268.57º18.75%43.92%-
XYZ12.0311.4216.9-
YUV96.38136.81131.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.22%
GREEN value IS 91 (35.94% from 255) = 29.93%
BLUE value IS 112 (44.14% from 255) = 36.84%
R=33.22%
G=29.93%
B=36.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101911120.100.1900.56268.5710.3439.8
Hex655B70A1303810da28
Octal14513316012230704151250
Binary11001011011011111000010101001101110001000011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655B70; }

 p { color: rgb(101,91,112); }

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

<style>
 a { background-color: #655B70; }

 a { background-color: rgb(101,91,112); }

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

<style>
 span { border-color: #655B70; }

 span { border-color: rgb(101,91,112); }

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