#92959E

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

Shades of Manatee #92959E

Tints of Manatee #92959E

Color information

#92959E (or 0x92959E) is unknown color: approx Manatee. HEX triplet: 92, 95 and 9E. RGB value is (146,149,158). Sum of RGB (Red+Green+Blue) = 146+149+158=453 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.23% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 158 - color contains mainly: blue. Hex color #92959E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92959E is #6D6A61. Grayscale: #959595. Windows color (decimal): -7170658 or 10392978. OLE color: 10392978.

HSL color Cylindrical-coordinate representation of color #92959E: hue angle of 225º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #92959E is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB146149158-
CMYK0.080.0600.38
HSL225º5.83%59.61%-
HSV(B)225º7.59%61.96%-
XYZ28.7730.0736.64-
YUV149.13133.01125.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.23%
GREEN value IS 149 (58.59% from 255) = 32.89%
BLUE value IS 158 (62.11% from 255) = 34.88%
R=32.23%
G=32.89%
B=34.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461491580.080.0600.382255.8359.61
Hex92959E86026e163c
Octal222225236106046341674
Binary1001001010010101100111101000110010011011100001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92959E; }

 p { color: rgb(146,149,158); }

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

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

 a { background-color: rgb(146,149,158); }

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

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

 span { border-color: rgb(146,149,158); }

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