#929399

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

Shades of Manatee #929399

Tints of Manatee #929399

Color information

#929399 (or 0x929399) is unknown color: approx Manatee. HEX triplet: 92, 93 and 99. RGB value is (146,147,153). Sum of RGB (Red+Green+Blue) = 146+147+153=446 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.74% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 153 - color contains mainly: blue. Hex color #929399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929399 is #6D6C66. Grayscale: #939393. Windows color (decimal): -7171175 or 10064786. OLE color: 10064786.

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

Color convert

RGB146147153-
CMYK0.050.0400.4
HSL231.43º3.32%58.63%-
HSV(B)231.43º4.58%60%-
XYZ28.0429.2834.31-
YUV147.38131.17127.01-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.74%
GREEN value IS 147 (57.81% from 255) = 32.96%
BLUE value IS 153 (60.16% from 255) = 34.30%
R=32.74%
G=32.96%
B=34.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1461471530.050.0400.4231.433.3258.63
Hex92939954028e733b
Octal22222323154050347373
Binary10010010100100111001100110110001010001110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929399; }

 p { color: rgb(146,147,153); }

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

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

 a { background-color: rgb(146,147,153); }

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

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

 span { border-color: rgb(146,147,153); }

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