#88999D

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

Shades of Submarine #88999D

Tints of Submarine #88999D

Color information

#88999D (or 0x88999D) is unknown color: approx Submarine. HEX triplet: 88, 99 and 9D. RGB value is (136,153,157). Sum of RGB (Red+Green+Blue) = 136+153+157=446 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.49% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 157 - color contains mainly: blue. Hex color #88999D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88999D is #776662. Grayscale: #949494. Windows color (decimal): -7824995 or 10328456. OLE color: 10328456.

HSL color Cylindrical-coordinate representation of color #88999D: hue angle of 191.43º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #88999D is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB136153157-
CMYK0.130.0300.38
HSL191.43º9.68%57.45%-
HSV(B)191.43º13.38%61.57%-
XYZ27.6330.4536.32-
YUV148.37132.87119.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.49%
GREEN value IS 153 (60.16% from 255) = 34.30%
BLUE value IS 157 (61.72% from 255) = 35.20%
R=30.49%
G=34.30%
B=35.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1361531570.130.0300.38191.439.6857.45
Hex88999DD3026bfa39
Octal2102312351530462771271
Binary1000100010011001100111011101110100110101111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88999D; }

 p { color: rgb(136,153,157); }

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

<style>
 a { background-color: #88999D; }

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

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

<style>
 span { border-color: #88999D; }

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

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