#879B9B

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

Shades of Submarine #879B9B

Tints of Submarine #879B9B

Color information

#879B9B (or 0x879B9B) is unknown color: approx Submarine. HEX triplet: 87, 9B and 9B. RGB value is (135,155,155). Sum of RGB (Red+Green+Blue) = 135+155+155=445 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.34% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 155 - color contains mainly: green, blue. Hex color #879B9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879B9B is #786464. Grayscale: #959595. Windows color (decimal): -7890021 or 10197895. OLE color: 10197895.

HSL color Cylindrical-coordinate representation of color #879B9B: hue angle of 180º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #879B9B is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB135155155-
CMYK0.13000.39
HSL180º9.09%56.86%-
HSV(B)180º12.9%60.78%-
XYZ27.6330.9635.53-
YUV149.02131.37118-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.34%
GREEN value IS 155 (60.94% from 255) = 34.83%
BLUE value IS 155 (60.94% from 255) = 34.83%
R=30.34%
G=34.83%
B=34.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1351551550.13000.391809.0956.86
Hex879B9BD0027b4939
Octal2072332331500472641171
Binary100001111001101110011011110100100111101101001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879B9B; }

 p { color: rgb(135,155,155); }

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

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

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

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

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

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

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