#919498

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

Shades of Manatee #919498

Tints of Manatee #919498

Color information

#919498 (or 0x919498) is unknown color: approx Manatee. HEX triplet: 91, 94 and 98. RGB value is (145,148,152). Sum of RGB (Red+Green+Blue) = 145+148+152=445 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.58% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 152 - color contains mainly: blue. Hex color #919498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919498 is #6E6B67. Grayscale: #939393. Windows color (decimal): -7236456 or 9999505. OLE color: 9999505.

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

Color convert

RGB145148152-
CMYK0.050.0300.40
HSL214.29º3.29%58.24%-
HSV(B)214.29º4.61%59.61%-
XYZ27.9329.4733.92-
YUV147.56130.51126.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.58%
GREEN value IS 148 (58.20% from 255) = 33.26%
BLUE value IS 152 (59.77% from 255) = 34.16%
R=32.58%
G=33.26%
B=34.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1451481520.050.0300.40214.293.2958.24
Hex91949853028d633a
Octal22122423053050326372
Binary1001000110010100100110001011101010001101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919498; }

 p { color: rgb(145,148,152); }

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

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

 a { background-color: rgb(145,148,152); }

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

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

 span { border-color: rgb(145,148,152); }

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