#959699

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

Shades of Manatee #959699

Tints of Manatee #959699

Color information

#959699 (or 0x959699) is unknown color: approx Manatee. HEX triplet: 95, 96 and 99. RGB value is (149,150,153). Sum of RGB (Red+Green+Blue) = 149+150+153=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 153 - color contains mainly: blue. Hex color #959699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959699 is #6A6966. Grayscale: #969696. Windows color (decimal): -6973799 or 10065557. OLE color: 10065557.

HSL color Cylindrical-coordinate representation of color #959699: hue angle of 225º degrees, saturation: 0.02, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #959699 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB149150153-
CMYK0.030.0200.4
HSL225º1.92%59.22%-
HSV(B)225º2.61%60%-
XYZ29.0530.534.49-
YUV150.04129.67127.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.96%
GREEN value IS 150 (58.98% from 255) = 33.19%
BLUE value IS 153 (60.16% from 255) = 33.85%
R=32.96%
G=33.19%
B=33.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1491501530.030.0200.42251.9259.22
Hex95969932028e123b
Octal22522623132050341273
Binary100101011001011010011001111001010001110000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959699; }

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

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

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

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

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

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

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

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