#89A3A4

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

Shades of Submarine #89A3A4

Tints of Submarine #89A3A4

Color information

#89A3A4 (or 0x89A3A4) is unknown color: approx Submarine. HEX triplet: 89, A3 and A4. RGB value is (137,163,164). Sum of RGB (Red+Green+Blue) = 137+163+164=464 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.53% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 164 - color contains mainly: blue. Hex color #89A3A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A3A4 is #765C5B. Grayscale: #9B9B9B. Windows color (decimal): -7756892 or 10789769. OLE color: 10789769.

HSL color Cylindrical-coordinate representation of color #89A3A4: hue angle of 182.22º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #89A3A4 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB137163164-
CMYK0.160.0100.36
HSL182.22º12.92%59.02%-
HSV(B)182.22º16.46%64.31%-
XYZ30.1134.1940.13-
YUV155.34132.89114.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.53%
GREEN value IS 163 (64.06% from 255) = 35.13%
BLUE value IS 164 (64.45% from 255) = 35.34%
R=29.53%
G=35.13%
B=35.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1371631640.160.0100.36182.2212.9259.02
Hex89A3A4101024b6d3b
Octal2112432442010442661573
Binary1000100110100011101001001000010100100101101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89A3A4; }

 p { color: rgb(137,163,164); }

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

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

 a { background-color: rgb(137,163,164); }

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

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

 span { border-color: rgb(137,163,164); }

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