#889493

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

Shades of Submarine #889493

Tints of Submarine #889493

Color information

#889493 (or 0x889493) is unknown color: approx Submarine. HEX triplet: 88, 94 and 93. RGB value is (136,148,147). Sum of RGB (Red+Green+Blue) = 136+148+147=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 148 - color contains mainly: green. Hex color #889493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889493 is #776B6C. Grayscale: #909090. Windows color (decimal): -7826285 or 9671816. OLE color: 9671816.

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

Color convert

RGB136148147-
CMYK0.0800.010.42
HSL175º5.31%55.69%-
HSV(B)175º8.11%58.04%-
XYZ26.0128.5231.74-
YUV144.3129.52122.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.55%
GREEN value IS 148 (58.20% from 255) = 34.34%
BLUE value IS 147 (57.81% from 255) = 34.11%
R=31.55%
G=34.34%
B=34.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361481470.0800.010.421755.3155.69
Hex8894938012Aaf538
Octal210224223100152257570
Binary10001000100101001001001110000110101010101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889493; }

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

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

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

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

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

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

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

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