#889B9C

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

Shades of Submarine #889B9C

Tints of Submarine #889B9C

Color information

#889B9C (or 0x889B9C) is unknown color: approx Submarine. HEX triplet: 88, 9B and 9C. RGB value is (136,155,156). Sum of RGB (Red+Green+Blue) = 136+155+156=447 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.43% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 156 - color contains mainly: blue. Hex color #889B9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889B9C is #776463. Grayscale: #959595. Windows color (decimal): -7824484 or 10263432. OLE color: 10263432.

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

Color convert

RGB136155156-
CMYK0.130.0100.39
HSL183º9.17%57.25%-
HSV(B)183º12.82%61.18%-
XYZ27.8831.0835.98-
YUV149.43131.71118.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.43%
GREEN value IS 155 (60.94% from 255) = 34.68%
BLUE value IS 156 (61.33% from 255) = 34.90%
R=30.43%
G=34.68%
B=34.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361551560.130.0100.391839.1757.25
Hex889B9CD1027b7939
Octal2102332341510472671171
Binary100010001001101110011100110110100111101101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889B9C; }

 p { color: rgb(136,155,156); }

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

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

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

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

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

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

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