#9496A5

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

Shades of Manatee #9496A5

Tints of Manatee #9496A5

Color information

#9496A5 (or 0x9496A5) is unknown color: approx Manatee. HEX triplet: 94, 96 and A5. RGB value is (148,150,165). Sum of RGB (Red+Green+Blue) = 148+150+165=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 165 (64.84% from 255 or 35.64% from 463); Max value from RGB is 165 - color contains mainly: blue. Hex color #9496A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9496A5 is #6B695A. Grayscale: #979797. Windows color (decimal): -7039323 or 10851988. OLE color: 10851988.

HSL color Cylindrical-coordinate representation of color #9496A5: hue angle of 232.94º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9496A5 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB148150165-
CMYK0.100.0900.35
HSL232.94º8.63%61.37%-
HSV(B)232.94º10.3%64.71%-
XYZ29.9130.8339.97-
YUV151.11135.84125.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.97%
GREEN value IS 150 (58.98% from 255) = 32.40%
BLUE value IS 165 (64.84% from 255) = 35.64%
R=31.97%
G=32.40%
B=35.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1481501650.100.0900.35232.948.6361.37
Hex9496A5A9023e993d
Octal22422624512110433511175
Binary100101001001011010100101101010010100011111010011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9496A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9496A5; }

 p { color: rgb(148,150,165); }

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

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

 a { background-color: rgb(148,150,165); }

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

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

 span { border-color: rgb(148,150,165); }

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