#879395

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

Shades of Submarine #879395

Tints of Submarine #879395

Color information

#879395 (or 0x879395) is unknown color: approx Submarine. HEX triplet: 87, 93 and 95. RGB value is (135,147,149). Sum of RGB (Red+Green+Blue) = 135+147+149=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 149 - color contains mainly: blue. Hex color #879395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879395 is #786C6A. Grayscale: #8F8F8F. Windows color (decimal): -7892075 or 9802631. OLE color: 9802631.

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

Color convert

RGB135147149-
CMYK0.090.0100.42
HSL188.57º6.19%55.69%-
HSV(B)188.57º9.4%58.43%-
XYZ25.8528.1932.51-
YUV143.64131.02121.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.32%
GREEN value IS 147 (57.81% from 255) = 34.11%
BLUE value IS 149 (58.59% from 255) = 34.57%
R=31.32%
G=34.11%
B=34.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351471490.090.0100.42188.576.1955.69
Hex8793959102Abd638
Octal207223225111052275670
Binary10000111100100111001010110011010101010111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879395; }

 p { color: rgb(135,147,149); }

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

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

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

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

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

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

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