#88989C

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

Shades of Submarine #88989C

Tints of Submarine #88989C

Color information

#88989C (or 0x88989C) is unknown color: approx Submarine. HEX triplet: 88, 98 and 9C. RGB value is (136,152,156). Sum of RGB (Red+Green+Blue) = 136+152+156=444 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.63% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 156 - color contains mainly: blue. Hex color #88989C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88989C is #776763. Grayscale: #939393. Windows color (decimal): -7825252 or 10262664. OLE color: 10262664.

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

Color convert

RGB136152156-
CMYK0.130.0300.39
HSL192º9.17%57.25%-
HSV(B)192º12.82%61.18%-
XYZ27.3830.0935.82-
YUV147.67132.7119.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.63%
GREEN value IS 152 (59.77% from 255) = 34.23%
BLUE value IS 156 (61.33% from 255) = 35.14%
R=30.63%
G=34.23%
B=35.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361521560.130.0300.391929.1757.25
Hex88989CD3027c0939
Octal2102302341530473001171
Binary1000100010011000100111001101110100111110000001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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