#655C70

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

Shades of Mobster #655C70

Tints of Mobster #655C70

Color information

#655C70 (or 0x655C70) is unknown color: approx Mobster. HEX triplet: 65, 5C and 70. RGB value is (101,92,112). Sum of RGB (Red+Green+Blue) = 101+92+112=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 112 - color contains mainly: blue. Hex color #655C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655C70 is #9AA38F. Grayscale: #606060. Windows color (decimal): -10134416 or 7363685. OLE color: 7363685.

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

Color convert

RGB10192112-
CMYK0.100.1800.56
HSL267º9.8%40%-
HSV(B)267º17.86%43.92%-
XYZ12.1211.5916.93-
YUV96.97136.48130.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.11%
GREEN value IS 92 (36.33% from 255) = 30.16%
BLUE value IS 112 (44.14% from 255) = 36.72%
R=33.11%
G=30.16%
B=36.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101921120.100.1800.562679.840
Hex655C70A1203810ba28
Octal14513416012220704131250
Binary11001011011100111000010101001001110001000010111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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