#939497

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

Shades of Manatee #939497

Tints of Manatee #939497

Color information

#939497 (or 0x939497) is unknown color: approx Manatee. HEX triplet: 93, 94 and 97. RGB value is (147,148,151). Sum of RGB (Red+Green+Blue) = 147+148+151=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 151 (59.38% from 255 or 33.86% from 446); Max value from RGB is 151 - color contains mainly: blue. Hex color #939497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939497 is #6C6B68. Grayscale: #949494. Windows color (decimal): -7105385 or 9933971. OLE color: 9933971.

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

Color convert

RGB147148151-
CMYK0.030.0200.41
HSL225º1.89%58.43%-
HSV(B)225º2.65%59.22%-
XYZ28.2129.6233.51-
YUV148.04129.67127.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.96%
GREEN value IS 148 (58.20% from 255) = 33.18%
BLUE value IS 151 (59.38% from 255) = 33.86%
R=32.96%
G=33.18%
B=33.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1471481510.030.0200.412251.8958.43
Hex93949732029e123a
Octal22322422732051341272
Binary100100111001010010010111111001010011110000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939497; }

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

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

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

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

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

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

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

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