Html Css Color HEX #89999D Submarine

📋 copy color: '#89999D'

red 137 ◦ green 153 ◦ blue 157

#89999D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Submarine #89999D

Tints of Submarine #89999D

RGB

 RED value IS 137 (53.91% from 255) = 30.65%

 GREEN value IS 153 (60.16% from 255) = 34.23%

 BLUE value IS 157 (61.72% from 255) = 35.12%

R = 30.65%
G = 34.23%
B = 35.12%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#89999D (or 0x89999D) is known color: Submarine. HEX triplet: 89, 99 and 9D. RGB value is (137,153,157). Sum of RGB (Red+Green+Blue) = 137+153+157=447 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.65% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 157 - color contains mainly: blue. Hex color #89999D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89999D is #766662. Grayscale: #949494. Windows color (decimal): -7759459 or 10328457. OLE color: 10328457.

HSL color Cylindrical-coordinate representation of color #89999D: hue angle of 192º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #89999D is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 137 153 157 -
CMYK 0.13 0.03 0 0.38
HSL 192º 0.09% 0.58% -
HSV(B) 192º 0.13% 0.62% -
XYZ 27.79 30.54 36.33 -
YUV 148.67 132.7 119.67 -
System Red Green Blue C M Y K H S L
Decimal 137 153 157 0.13 0.03 0 0.38 192 0.09 0.58
Hex 89 99 9D D 3 0 26 C0 9 3A
Octal 211 231 235 15 3 0 46 300 11 72
Binary 10001001 10011001 10011101 1101 11 0 100110 11000000 1001 111010

Color Harmonies of #89999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89999D

Black with #89999D

Text Example


Text Example

White with #89999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89999D; }

 p { color: rgb(137,153,157); }

 H1.HeaderClassName
 {
   color: #89999D;
 }
 .AnyTagClassName
 {
   color: #89999D;
 }
</style>

background-color css

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

 a { background-color: rgb(137,153,157); }

 div.DivClassName
 {
   background-color: #89999D;
 }
 .BgClassName
 {
   background-color: #89999D;
 }
</style>

border-color css

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

 span { border-color: rgb(137,153,157); }

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