#818595

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

Shades of Manatee #818595

Tints of Manatee #818595

Color information

#818595 (or 0x818595) is unknown color: approx Manatee. HEX triplet: 81, 85 and 95. RGB value is (129,133,149). Sum of RGB (Red+Green+Blue) = 129+133+149=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 149 - color contains mainly: blue. Hex color #818595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818595 is #7E7A6A. Grayscale: #858585. Windows color (decimal): -8288875 or 9799041. OLE color: 9799041.

HSL color Cylindrical-coordinate representation of color #818595: hue angle of 228º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #818595 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB129133149-
CMYK0.130.1100.42
HSL228º8.62%54.51%-
HSV(B)228º13.42%58.43%-
XYZ22.8723.6131.79-
YUV133.63136.67124.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.39%
GREEN value IS 133 (52.34% from 255) = 32.36%
BLUE value IS 149 (58.59% from 255) = 36.25%
R=31.39%
G=32.36%
B=36.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291331490.130.1100.422288.6254.51
Hex818595DB02Ae4937
Octal20120522515130523441167
Binary100000011000010110010101110110110101010111001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818595; }

 p { color: rgb(129,133,149); }

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

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

 a { background-color: rgb(129,133,149); }

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

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

 span { border-color: rgb(129,133,149); }

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