#899091

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

Shades of Submarine #899091

Tints of Submarine #899091

Color information

#899091 (or 0x899091) is unknown color: approx Submarine. HEX triplet: 89, 90 and 91. RGB value is (137,144,145). Sum of RGB (Red+Green+Blue) = 137+144+145=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 145 - color contains mainly: blue. Hex color #899091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899091 is #766F6E. Grayscale: #8E8E8E. Windows color (decimal): -7761775 or 9539721. OLE color: 9539721.

HSL color Cylindrical-coordinate representation of color #899091: hue angle of 187.5º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #899091 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB137144145-
CMYK0.060.0100.43
HSL187.5º3.51%55.29%-
HSV(B)187.5º5.52%56.86%-
XYZ25.427.3130.72-
YUV142.02129.68124.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.16%
GREEN value IS 144 (56.64% from 255) = 33.80%
BLUE value IS 145 (57.03% from 255) = 34.04%
R=32.16%
G=33.80%
B=34.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371441450.060.0100.43187.53.5155.29
Hex8990916102Bbb437
Octal21122022161053273467
Binary1000100110010000100100011101010101110111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899091; }

 p { color: rgb(137,144,145); }

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

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

 a { background-color: rgb(137,144,145); }

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

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

 span { border-color: rgb(137,144,145); }

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