Html Css Color HEX #9598AE Manatee

📋 copy color: '#9598AE'

red 149 ◦ green 152 ◦ blue 174

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

Shades of Manatee #9598AE

Tints of Manatee #9598AE

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 value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9598AE (or 0x9598AE) is known color: 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

RGB 149 152 174 -
CMYK 0.14 0.13 0 0.32
HSL 232.8º 0.13% 0.63% -
HSV(B) 232.8º 0.14% 0.68% -
XYZ 31.26 31.9 44.55 -
YUV 153.61 139.51 124.71 -
System Red Green Blue C M Y K H S L
Decimal 149 152 174 0.14 0.13 0 0.32 232.8 0.13 0.63
Hex 95 98 AE E D 0 20 E9 D 3F
Octal 225 230 256 16 15 0 40 351 15 77
Binary 10010101 10011000 10101110 1110 1101 0 100000 11101001 1101 111111

Color Harmonies of #9598AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9598AE

Black with #9598AE

Text Example


Text Example

White with #9598AE

Text Example


Text Example

HTML Codes & Css Web 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>