#949597

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

Shades of Manatee #949597

Tints of Manatee #949597

Color information

#949597 (or 0x949597) is unknown color: approx Manatee. HEX triplet: 94, 95 and 97. RGB value is (148,149,151). Sum of RGB (Red+Green+Blue) = 148+149+151=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 151 - color contains mainly: blue. Hex color #949597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949597 is #6B6A68. Grayscale: #949494. Windows color (decimal): -7039593 or 9934228. OLE color: 9934228.

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

Color convert

RGB148149151-
CMYK0.020.0100.41
HSL220º1.42%58.63%-
HSV(B)220º1.99%59.22%-
XYZ28.5530.0333.57-
YUV148.93129.17127.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.04%
GREEN value IS 149 (58.59% from 255) = 33.26%
BLUE value IS 151 (59.38% from 255) = 33.71%
R=33.04%
G=33.26%
B=33.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1481491510.020.0100.412201.4258.63
Hex94959721029dc13b
Octal22422522721051334173
Binary1001010010010101100101111010101001110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949597; }

 p { color: rgb(148,149,151); }

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

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

 a { background-color: rgb(148,149,151); }

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

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

 span { border-color: rgb(148,149,151); }

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