Html Css Color HEX #9599AA Manatee

📋 copy color: '#9599AA'

red 149 ◦ green 153 ◦ blue 170

#9599AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manatee #9599AA

Tints of Manatee #9599AA

RGB

 RED value IS 149 (58.59% from 255) = 31.57%

 GREEN value IS 153 (60.16% from 255) = 32.42%

 BLUE value IS 170 (66.8% from 255) = 36.02%

R = 31.57%
G = 32.42%
B = 36.02%

CMYK

 C value IS 0.12

 M value IS 0.1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9599AA (or 0x9599AA) is known color: Manatee. HEX triplet: 95, 99 and AA. RGB value is (149,153,170). Sum of RGB (Red+Green+Blue) = 149+153+170=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 170 - color contains mainly: blue. Hex color #9599AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9599AA is #6A6655. Grayscale: #999999. Windows color (decimal): -6973014 or 11180437. OLE color: 11180437.

HSL color Cylindrical-coordinate representation of color #9599AA: hue angle of 228.57º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9599AA is Cyan = 0.12, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 153 170 -
CMYK 0.12 0.1 0 0.33
HSL 228.57º 0.11% 0.63% -
HSV(B) 228.57º 0.12% 0.67% -
XYZ 31.04 32.07 42.59 -
YUV 153.74 137.17 124.62 -
System Red Green Blue C M Y K H S L
Decimal 149 153 170 0.12 0.1 0 0.33 228.57 0.11 0.63
Hex 95 99 AA C A 0 21 E5 B 3F
Octal 225 231 252 14 12 0 41 345 13 77
Binary 10010101 10011001 10101010 1100 1010 0 100001 11100101 1011 111111

Color Harmonies of #9599AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9599AA

Black with #9599AA

Text Example


Text Example

White with #9599AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9599AA;
 }
 .AnyTagClassName
 {
   color: #9599AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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