#9598AE

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

Shades of Manatee #9598AE

Tints of Manatee #9598AE

Color information

#9598AE (or 0x9598AE) is unknown color: approx Manatee. HEX triplet: 95, 98 and AE. RGB value is (149,152,174). Sum of RGB (Red+Green+Blue) = 149+152+174=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 174 - color contains mainly: blue. Hex color #9598AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9598AE is #6A6751. Grayscale: #999999. Windows color (decimal): -6973266 or 11442325. OLE color: 11442325.

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

Color convert

RGB149152174-
CMYK0.140.1300.32
HSL232.8º13.37%63.33%-
HSV(B)232.8º14.37%68.24%-
XYZ31.2631.944.55-
YUV153.61139.51124.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.37%
GREEN value IS 152 (59.77% from 255) = 32%
BLUE value IS 174 (68.36% from 255) = 36.63%
R=31.37%
G=32%
B=36.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491521740.140.1300.32232.813.3763.33
Hex9598AEED020e9d3f
Octal22523025616150403511577
Binary100101011001100010101110111011010100000111010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9598AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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