#655A72

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

Shades of Mobster #655A72

Tints of Mobster #655A72

Color information

#655A72 (or 0x655A72) is unknown color: approx Mobster. HEX triplet: 65, 5A and 72. RGB value is (101,90,114). Sum of RGB (Red+Green+Blue) = 101+90+114=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 114 - color contains mainly: blue. Hex color #655A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655A72 is #9AA58D. Grayscale: #5F5F5F. Windows color (decimal): -10134926 or 7494245. OLE color: 7494245.

HSL color Cylindrical-coordinate representation of color #655A72: hue angle of 267.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #655A72 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10190114-
CMYK0.110.2100.55
HSL267.5º11.76%40%-
HSV(B)267.5º21.05%44.71%-
XYZ12.0611.2917.46-
YUV96.02138.14131.55-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.11%
GREEN value IS 90 (35.55% from 255) = 29.51%
BLUE value IS 114 (44.92% from 255) = 37.38%
R=33.11%
G=29.51%
B=37.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101901140.110.2100.55267.511.7640
Hex655A72B1503710cc28
Octal14513216213250674141450
Binary11001011011010111001010111010101101111000011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,90,114); }

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

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

 a { background-color: rgb(101,90,114); }

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

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

 span { border-color: rgb(101,90,114); }

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