#929499

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

Shades of Manatee #929499

Tints of Manatee #929499

Color information

#929499 (or 0x929499) is unknown color: approx Manatee. HEX triplet: 92, 94 and 99. RGB value is (146,148,153). Sum of RGB (Red+Green+Blue) = 146+148+153=447 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.66% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 153 - color contains mainly: blue. Hex color #929499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929499 is #6D6B66. Grayscale: #939393. Windows color (decimal): -7170919 or 10065042. OLE color: 10065042.

HSL color Cylindrical-coordinate representation of color #929499: hue angle of 222.86º 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 #929499 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB146148153-
CMYK0.050.0300.4
HSL222.86º3.32%58.63%-
HSV(B)222.86º4.58%60%-
XYZ28.1929.5934.36-
YUV147.97130.84126.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.66%
GREEN value IS 148 (58.20% from 255) = 33.11%
BLUE value IS 153 (60.16% from 255) = 34.23%
R=32.66%
G=33.11%
B=34.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1461481530.050.0300.4222.863.3258.63
Hex92949953028df33b
Octal22222423153050337373
Binary1001001010010100100110011011101010001101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929499; }

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

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

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

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

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

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

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

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