#919299

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

Shades of Manatee #919299

Tints of Manatee #919299

Color information

#919299 (or 0x919299) is unknown color: approx Manatee. HEX triplet: 91, 92 and 99. RGB value is (145,146,153). Sum of RGB (Red+Green+Blue) = 145+146+153=444 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.66% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 153 (60.16% from 255 or 34.46% from 444); Max value from RGB is 153 - color contains mainly: blue. Hex color #919299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919299 is #6E6D66. Grayscale: #929292. Windows color (decimal): -7236967 or 10064529. OLE color: 10064529.

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

Color convert

RGB145146153-
CMYK0.050.0500.4
HSL232.5º3.77%58.43%-
HSV(B)232.5º5.23%60%-
XYZ27.7128.8834.25-
YUV146.5131.67126.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.66%
GREEN value IS 146 (57.42% from 255) = 32.88%
BLUE value IS 153 (60.16% from 255) = 34.46%
R=32.66%
G=32.88%
B=34.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1451461530.050.0500.4232.53.7758.43
Hex91929955028e843a
Octal22122223155050350472
Binary100100011001001010011001101101010100011101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919299; }

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

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

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

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

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

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

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

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