Html Css Color HEX #9599AE Manatee

📋 copy color: '#9599AE'

red 149 ◦ green 153 ◦ blue 174

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

Shades of Manatee #9599AE

Tints of Manatee #9599AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.55%

R = 31.3%
G = 32.14%
B = 36.55%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9599AE (or 0x9599AE) is known color: Manatee. HEX triplet: 95, 99 and AE. RGB value is (149,153,174). Sum of RGB (Red+Green+Blue) = 149+153+174=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 174 - color contains mainly: blue. Hex color #9599AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9599AE is #6A6651. Grayscale: #9A9A9A. Windows color (decimal): -6973010 or 11442581. OLE color: 11442581.

HSL color Cylindrical-coordinate representation of color #9599AE: hue angle of 230.4º 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 #9599AE is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 153 174 -
CMYK 0.14 0.12 0 0.32
HSL 230.4º 0.13% 0.63% -
HSV(B) 230.4º 0.14% 0.68% -
XYZ 31.43 32.23 44.61 -
YUV 154.2 139.17 124.29 -
System Red Green Blue C M Y K H S L
Decimal 149 153 174 0.14 0.12 0 0.32 230.4 0.13 0.63
Hex 95 99 AE E C 0 20 E6 D 3F
Octal 225 231 256 16 14 0 40 346 15 77
Binary 10010101 10011001 10101110 1110 1100 0 100000 11100110 1101 111111

Color Harmonies of #9599AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9599AE

Black with #9599AE

Text Example


Text Example

White with #9599AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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