#889A9C

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

Shades of Submarine #889A9C

Tints of Submarine #889A9C

Color information

#889A9C (or 0x889A9C) is unknown color: approx Submarine. HEX triplet: 88, 9A and 9C. RGB value is (136,154,156). Sum of RGB (Red+Green+Blue) = 136+154+156=446 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.49% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 156 - color contains mainly: blue. Hex color #889A9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889A9C is #776563. Grayscale: #949494. Windows color (decimal): -7824740 or 10263176. OLE color: 10263176.

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

Color convert

RGB136154156-
CMYK0.130.0100.39
HSL186º9.17%57.25%-
HSV(B)186º12.82%61.18%-
XYZ27.7130.7535.93-
YUV148.85132.04118.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.49%
GREEN value IS 154 (60.55% from 255) = 34.53%
BLUE value IS 156 (61.33% from 255) = 34.98%
R=30.49%
G=34.53%
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.39
SystemRedGreenBlueCMYKHSL
Decimal1361541560.130.0100.391869.1757.25
Hex889A9CD1027ba939
Octal2102322341510472721171
Binary100010001001101010011100110110100111101110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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