#959AAF

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

Shades of Manatee #959AAF

Tints of Manatee #959AAF

Color information

#959AAF (or 0x959AAF) is unknown color: approx Manatee. HEX triplet: 95, 9A and AF. RGB value is (149,154,175). Sum of RGB (Red+Green+Blue) = 149+154+175=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 175 - color contains mainly: blue. Hex color #959AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959AAF is #6A6550. Grayscale: #9A9A9A. Windows color (decimal): -6972753 or 11508373. OLE color: 11508373.

HSL color Cylindrical-coordinate representation of color #959AAF: hue angle of 228.46º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #959AAF is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB149154175-
CMYK0.150.1200.31
HSL228.46º13.98%63.53%-
HSV(B)228.46º14.86%68.63%-
XYZ31.6932.645.18-
YUV154.9139.34123.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.17%
GREEN value IS 154 (60.55% from 255) = 32.22%
BLUE value IS 175 (68.75% from 255) = 36.61%
R=31.17%
G=32.22%
B=36.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491541750.150.1200.31228.4613.9863.53
Hex959AAFFC01Fe4e40
Octal225232257171403734416100
Binary100101011001101010101111111111000111111110010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959AAF; }

 p { color: rgb(149,154,175); }

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

<style>
 a { background-color: #959AAF; }

 a { background-color: rgb(149,154,175); }

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

<style>
 span { border-color: #959AAF; }

 span { border-color: rgb(149,154,175); }

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