#889B9B

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

Shades of Submarine #889B9B

Tints of Submarine #889B9B

Color information

#889B9B (or 0x889B9B) is unknown color: approx Submarine. HEX triplet: 88, 9B and 9B. RGB value is (136,155,155). Sum of RGB (Red+Green+Blue) = 136+155+155=446 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.49% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 155 - color contains mainly: green, blue. Hex color #889B9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889B9B is #776464. Grayscale: #959595. Windows color (decimal): -7824485 or 10197896. OLE color: 10197896.

HSL color Cylindrical-coordinate representation of color #889B9B: 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.12%. Process color model (Four color, CMYK) of #889B9B is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB136155155-
CMYK0.12000.39
HSL180º8.68%57.06%-
HSV(B)180º12.26%60.78%-
XYZ27.7931.0435.54-
YUV149.32131.21118.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.49%
GREEN value IS 155 (60.94% from 255) = 34.75%
BLUE value IS 155 (60.94% from 255) = 34.75%
R=30.49%
G=34.75%
B=34.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361551550.12000.391808.6857.06
Hex889B9BC0027b4939
Octal2102332331400472641171
Binary100010001001101110011011110000100111101101001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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