Html Css Color HEX #9598A9 Manatee

📋 copy color: '#9598A9'

red 149 ◦ green 152 ◦ blue 169

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

Shades of Manatee #9598A9

Tints of Manatee #9598A9

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.34%

 BLUE value IS 169 (66.41% from 255) = 35.96%

R = 31.7%
G = 32.34%
B = 35.96%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#9598A9 (or 0x9598A9) is known color: Manatee. HEX triplet: 95, 98 and A9. RGB value is (149,152,169). Sum of RGB (Red+Green+Blue) = 149+152+169=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 169 (66.41% from 255 or 35.96% from 470); Max value from RGB is 169 - color contains mainly: blue. Hex color #9598A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9598A9 is #6A6756. Grayscale: #989898. Windows color (decimal): -6973271 or 11114645. OLE color: 11114645.

HSL color Cylindrical-coordinate representation of color #9598A9: hue angle of 231º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9598A9 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 149 152 169 -
CMYK 0.12 0.10 0 0.34
HSL 231º 0.1% 0.62% -
HSV(B) 231º 0.12% 0.66% -
XYZ 30.78 31.71 42.03 -
YUV 153.04 137.01 125.12 -
System Red Green Blue C M Y K H S L
Decimal 149 152 169 0.12 0.10 0 0.34 231 0.1 0.62
Hex 95 98 A9 C A 0 22 E7 A 3E
Octal 225 230 251 14 12 0 42 347 12 76
Binary 10010101 10011000 10101001 1100 1010 0 100010 11100111 1010 111110

Color Harmonies of #9598A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9598A9

Black with #9598A9

Text Example


Text Example

White with #9598A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9598A9;
 }
 .AnyTagClassName
 {
   color: #9598A9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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