#819495

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

Shades of Submarine #819495

Tints of Submarine #819495

Color information

#819495 (or 0x819495) is unknown color: approx Submarine. HEX triplet: 81, 94 and 95. RGB value is (129,148,149). Sum of RGB (Red+Green+Blue) = 129+148+149=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 149 - color contains mainly: blue. Hex color #819495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819495 is #7E6B6A. Grayscale: #8E8E8E. Windows color (decimal): -8285035 or 9802881. OLE color: 9802881.

HSL color Cylindrical-coordinate representation of color #819495: hue angle of 183º 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 #819495 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB129148149-
CMYK0.130.0100.42
HSL183º8.62%54.51%-
HSV(B)183º13.42%58.43%-
XYZ25.0728.0232.52-
YUV142.43131.71118.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.28%
GREEN value IS 148 (58.20% from 255) = 34.74%
BLUE value IS 149 (58.59% from 255) = 34.98%
R=30.28%
G=34.74%
B=34.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291481490.130.0100.421838.6254.51
Hex819495D102Ab7937
Octal2012242251510522671167
Binary100000011001010010010101110110101010101101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819495; }

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

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

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

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

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

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

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

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