#889392

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

Shades of Submarine #889392

Tints of Submarine #889392

Color information

#889392 (or 0x889392) is unknown color: approx Submarine. HEX triplet: 88, 93 and 92. RGB value is (136,147,146). Sum of RGB (Red+Green+Blue) = 136+147+146=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 147 - color contains mainly: green. Hex color #889392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889392 is #776C6D. Grayscale: #8F8F8F. Windows color (decimal): -7826542 or 9606024. OLE color: 9606024.

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

Color convert

RGB136147146-
CMYK0.0700.010.42
HSL174.55º4.85%55.49%-
HSV(B)174.55º7.48%57.65%-
XYZ25.7828.1831.27-
YUV143.6129.36122.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.70%
GREEN value IS 147 (57.81% from 255) = 34.27%
BLUE value IS 146 (57.42% from 255) = 34.03%
R=31.70%
G=34.27%
B=34.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361471460.0700.010.42174.554.8555.49
Hex8893927012Aaf537
Octal21022322270152257567
Binary1000100010010011100100101110110101010101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889392; }

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

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

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

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

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

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

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

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