#889A9B

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

Shades of Submarine #889A9B

Tints of Submarine #889A9B

Color information

#889A9B (or 0x889A9B) is unknown color: approx Submarine. HEX triplet: 88, 9A and 9B. RGB value is (136,154,155). Sum of RGB (Red+Green+Blue) = 136+154+155=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 155 - color contains mainly: blue. Hex color #889A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889A9B is #776564. Grayscale: #949494. Windows color (decimal): -7824741 or 10197640. OLE color: 10197640.

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

Color convert

RGB136154155-
CMYK0.120.0100.39
HSL183.16º8.68%57.06%-
HSV(B)183.16º12.26%60.78%-
XYZ27.6330.7135.48-
YUV148.73131.54118.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.56%
GREEN value IS 154 (60.55% from 255) = 34.61%
BLUE value IS 155 (60.94% from 255) = 34.83%
R=30.56%
G=34.61%
B=34.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361541550.120.0100.39183.168.6857.06
Hex889A9BC1027b7939
Octal2102322331410472671171
Binary100010001001101010011011110010100111101101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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