#655076

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

Shades of Mobster #655076

Tints of Mobster #655076

Color information

#655076 (or 0x655076) is unknown color: approx Mobster. HEX triplet: 65, 50 and 76. RGB value is (101,80,118). Sum of RGB (Red+Green+Blue) = 101+80+118=299 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.78% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 118 - color contains mainly: blue. Hex color #655076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655076 is #9AAF89. Grayscale: #5A5A5A. Windows color (decimal): -10137482 or 7753829. OLE color: 7753829.

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

Color convert

RGB10180118-
CMYK0.140.3200.54
HSL273.16º19.19%38.82%-
HSV(B)273.16º32.2%46.27%-
XYZ11.519.8118.43-
YUV90.61143.46135.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.78%
GREEN value IS 80 (31.64% from 255) = 26.76%
BLUE value IS 118 (46.48% from 255) = 39.46%
R=33.78%
G=26.76%
B=39.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101801180.140.3200.54273.1619.1938.82
Hex655076E200361111327
Octal14512016616400664212347
Binary1100101101000011101101110100000011011010001000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655076; }

 p { color: rgb(101,80,118); }

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

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

 a { background-color: rgb(101,80,118); }

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

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

 span { border-color: rgb(101,80,118); }

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