#665576

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

Shades of Mobster #665576

Tints of Mobster #665576

Color information

#665576 (or 0x665576) is unknown color: approx Mobster. HEX triplet: 66, 55 and 76. RGB value is (102,85,118). Sum of RGB (Red+Green+Blue) = 102+85+118=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 118 - color contains mainly: blue. Hex color #665576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665576 is #99AA89. Grayscale: #5D5D5D. Windows color (decimal): -10070666 or 7755110. OLE color: 7755110.

HSL color Cylindrical-coordinate representation of color #665576: hue angle of 270.91º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #665576 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10285118-
CMYK0.140.2800.54
HSL270.91º16.26%39.8%-
HSV(B)270.91º27.97%46.27%-
XYZ1210.6318.56-
YUV93.84141.63133.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.44%
GREEN value IS 85 (33.59% from 255) = 27.87%
BLUE value IS 118 (46.48% from 255) = 38.69%
R=33.44%
G=27.87%
B=38.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102851180.140.2800.54270.9116.2639.8
Hex665576E1C03610f1028
Octal14612516616340664172050
Binary110011010101011110110111011100011011010000111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665576; }

 p { color: rgb(102,85,118); }

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

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

 a { background-color: rgb(102,85,118); }

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

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

 span { border-color: rgb(102,85,118); }

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