#819595

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

Shades of Submarine #819595

Tints of Submarine #819595

Color information

#819595 (or 0x819595) is unknown color: approx Submarine. HEX triplet: 81, 95 and 95. RGB value is (129,149,149). Sum of RGB (Red+Green+Blue) = 129+149+149=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #819595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819595 is #7E6A6A. Grayscale: #8F8F8F. Windows color (decimal): -8284779 or 9803137. OLE color: 9803137.

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

Color convert

RGB129149149-
CMYK0.13000.42
HSL180º8.62%54.51%-
HSV(B)180º13.42%58.43%-
XYZ25.2328.3332.57-
YUV143.02131.37118-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.21%
GREEN value IS 149 (58.59% from 255) = 34.89%
BLUE value IS 149 (58.59% from 255) = 34.89%
R=30.21%
G=34.89%
B=34.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291491490.13000.421808.6254.51
Hex819595D002Ab4937
Octal2012252251500522641167
Binary100000011001010110010101110100101010101101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819595; }

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

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

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

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

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

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

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

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