#899495

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

Shades of Submarine #899495

Tints of Submarine #899495

Color information

#899495 (or 0x899495) is unknown color: approx Submarine. HEX triplet: 89, 94 and 95. RGB value is (137,148,149). Sum of RGB (Red+Green+Blue) = 137+148+149=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 149 - color contains mainly: blue. Hex color #899495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899495 is #766B6A. Grayscale: #909090. Windows color (decimal): -7760747 or 9802889. OLE color: 9802889.

HSL color Cylindrical-coordinate representation of color #899495: hue angle of 185º 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 #899495 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB137148149-
CMYK0.080.0100.42
HSL185º5.36%56.08%-
HSV(B)185º8.05%58.43%-
XYZ26.3328.6732.58-
YUV144.82130.36122.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.57%
GREEN value IS 148 (58.20% from 255) = 34.10%
BLUE value IS 149 (58.59% from 255) = 34.33%
R=31.57%
G=34.10%
B=34.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371481490.080.0100.421855.3656.08
Hex8994958102Ab9538
Octal211224225101052271570
Binary10001001100101001001010110001010101010111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899495; }

 p { color: rgb(137,148,149); }

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

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

 a { background-color: rgb(137,148,149); }

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

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

 span { border-color: rgb(137,148,149); }

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