#889395

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

Shades of Submarine #889395

Tints of Submarine #889395

Color information

#889395 (or 0x889395) is unknown color: approx Submarine. HEX triplet: 88, 93 and 95. RGB value is (136,147,149). Sum of RGB (Red+Green+Blue) = 136+147+149=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 149 - color contains mainly: blue. Hex color #889395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889395 is #776C6A. Grayscale: #8F8F8F. Windows color (decimal): -7826539 or 9802632. OLE color: 9802632.

HSL color Cylindrical-coordinate representation of color #889395: hue angle of 189.23º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #889395 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB136147149-
CMYK0.090.0100.42
HSL189.23º5.78%55.88%-
HSV(B)189.23º8.72%58.43%-
XYZ26.0128.2732.52-
YUV143.94130.86122.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.48%
GREEN value IS 147 (57.81% from 255) = 34.03%
BLUE value IS 149 (58.59% from 255) = 34.49%
R=31.48%
G=34.03%
B=34.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361471490.090.0100.42189.235.7855.88
Hex8893959102Abd638
Octal210223225111052275670
Binary10001000100100111001010110011010101010111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889395; }

 p { color: rgb(136,147,149); }

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

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

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

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

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

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

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