#9599AD

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

Shades of Manatee #9599AD

Tints of Manatee #9599AD

Color information

#9599AD (or 0x9599AD) is unknown color: approx Manatee. HEX triplet: 95, 99 and AD. RGB value is (149,153,173). Sum of RGB (Red+Green+Blue) = 149+153+173=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 173 - color contains mainly: blue. Hex color #9599AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9599AD is #6A6652. Grayscale: #9A9A9A. Windows color (decimal): -6973011 or 11377045. OLE color: 11377045.

HSL color Cylindrical-coordinate representation of color #9599AD: hue angle of 230º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9599AD is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB149153173-
CMYK0.140.1200.32
HSL230º12.77%63.14%-
HSV(B)230º13.87%67.84%-
XYZ31.3332.1944.1-
YUV154.08138.67124.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.37%
GREEN value IS 153 (60.16% from 255) = 32.21%
BLUE value IS 173 (67.97% from 255) = 36.42%
R=31.37%
G=32.21%
B=36.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491531730.140.1200.3223012.7763.14
Hex9599ADEC020e6d3f
Octal22523125516140403461577
Binary100101011001100110101101111011000100000111001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9599AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9599AD; }

 p { color: rgb(149,153,173); }

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

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

 a { background-color: rgb(149,153,173); }

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

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

 span { border-color: rgb(149,153,173); }

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