#818292

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

Shades of Manatee #818292

Tints of Manatee #818292

Color information

#818292 (or 0x818292) is unknown color: approx Manatee. HEX triplet: 81, 82 and 92. RGB value is (129,130,146). Sum of RGB (Red+Green+Blue) = 129+130+146=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 146 - color contains mainly: blue. Hex color #818292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818292 is #7E7D6D. Grayscale: #838383. Windows color (decimal): -8289646 or 9601665. OLE color: 9601665.

HSL color Cylindrical-coordinate representation of color #818292: hue angle of 236.47º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #818292 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB129130146-
CMYK0.120.1100.43
HSL236.47º7.23%53.92%-
HSV(B)236.47º11.64%57.25%-
XYZ22.2222.7130.41-
YUV131.52136.17126.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.85%
GREEN value IS 130 (51.17% from 255) = 32.10%
BLUE value IS 146 (57.42% from 255) = 36.05%
R=31.85%
G=32.10%
B=36.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1291301460.120.1100.43236.477.2353.92
Hex818292CB02Bec736
Octal2012022221413053354766
Binary10000001100000101001001011001011010101111101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818292; }

 p { color: rgb(129,130,146); }

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

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

 a { background-color: rgb(129,130,146); }

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

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

 span { border-color: rgb(129,130,146); }

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