#655A75

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

Shades of Mobster #655A75

Tints of Mobster #655A75

Color information

#655A75 (or 0x655A75) is unknown color: approx Mobster. HEX triplet: 65, 5A and 75. RGB value is (101,90,117). Sum of RGB (Red+Green+Blue) = 101+90+117=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 117 - color contains mainly: blue. Hex color #655A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655A75 is #9AA58A. Grayscale: #606060. Windows color (decimal): -10134923 or 7690853. OLE color: 7690853.

HSL color Cylindrical-coordinate representation of color #655A75: hue angle of 264.44º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #655A75 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10190117-
CMYK0.140.2300.54
HSL264.44º13.04%40.59%-
HSV(B)264.44º23.08%45.88%-
XYZ12.2311.3618.38-
YUV96.37139.64131.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.79%
GREEN value IS 90 (35.55% from 255) = 29.22%
BLUE value IS 117 (46.09% from 255) = 37.99%
R=32.79%
G=29.22%
B=37.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101901170.140.2300.54264.4413.0440.59
Hex655A75E17036108d29
Octal14513216516270664101551
Binary11001011011010111010111101011101101101000010001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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