#88989B

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

Shades of Submarine #88989B

Tints of Submarine #88989B

Color information

#88989B (or 0x88989B) is unknown color: approx Submarine. HEX triplet: 88, 98 and 9B. RGB value is (136,152,155). Sum of RGB (Red+Green+Blue) = 136+152+155=443 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.70% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 155 - color contains mainly: blue. Hex color #88989B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88989B is #776764. Grayscale: #939393. Windows color (decimal): -7825253 or 10197128. OLE color: 10197128.

HSL color Cylindrical-coordinate representation of color #88989B: hue angle of 189.47º 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 #88989B is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB136152155-
CMYK0.120.0200.39
HSL189.47º8.68%57.06%-
HSV(B)189.47º12.26%60.78%-
XYZ27.330.0635.37-
YUV147.56132.2119.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.70%
GREEN value IS 152 (59.77% from 255) = 34.31%
BLUE value IS 155 (60.94% from 255) = 34.99%
R=30.70%
G=34.31%
B=34.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361521550.120.0200.39189.478.6857.06
Hex88989BC2027bd939
Octal2102302331420472751171
Binary1000100010011000100110111100100100111101111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88989B; }

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

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

<style>
 a { background-color: #88989B; }

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

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

<style>
 span { border-color: #88989B; }

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

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