#665577

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

Shades of Mobster #665577

Tints of Mobster #665577

Color information

#665577 (or 0x665577) is unknown color: approx Mobster. HEX triplet: 66, 55 and 77. RGB value is (102,85,119). Sum of RGB (Red+Green+Blue) = 102+85+119=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 119 - color contains mainly: blue. Hex color #665577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665577 is #99AA88. Grayscale: #5D5D5D. Windows color (decimal): -10070665 or 7820646. OLE color: 7820646.

HSL color Cylindrical-coordinate representation of color #665577: hue angle of 270º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #665577 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10285119-
CMYK0.140.2900.53
HSL270º16.67%40%-
HSV(B)270º28.57%46.67%-
XYZ12.0610.6518.87-
YUV93.96142.13133.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.33%
GREEN value IS 85 (33.59% from 255) = 27.78%
BLUE value IS 119 (46.88% from 255) = 38.89%
R=33.33%
G=27.78%
B=38.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102851190.140.2900.5327016.6740
Hex665577E1D03510e1128
Octal14612516716350654162150
Binary110011010101011110111111011101011010110000111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665577; }

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

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

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

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

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

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

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

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