Html Css Color HEX #89999A Submarine

📋 copy color: '#89999A'

red 137 ◦ green 153 ◦ blue 154

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

Shades of Submarine #89999A

Tints of Submarine #89999A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.68%

R = 30.86%
G = 34.46%
B = 34.68%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#89999A (or 0x89999A) is known color: Submarine. HEX triplet: 89, 99 and 9A. RGB value is (137,153,154). Sum of RGB (Red+Green+Blue) = 137+153+154=444 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.86% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 154 - color contains mainly: blue. Hex color #89999A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89999A is #766665. Grayscale: #949494. Windows color (decimal): -7759462 or 10131849. OLE color: 10131849.

HSL color Cylindrical-coordinate representation of color #89999A: hue angle of 183.53º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #89999A is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 137 153 154 -
CMYK 0.11 0.01 0 0.40
HSL 183.53º 0.08% 0.57% -
HSV(B) 183.53º 0.11% 0.6% -
XYZ 27.54 30.43 34.99 -
YUV 148.33 131.2 119.92 -
System Red Green Blue C M Y K H S L
Decimal 137 153 154 0.11 0.01 0 0.40 183.53 0.08 0.57
Hex 89 99 9A B 1 0 28 B8 8 39
Octal 211 231 232 13 1 0 50 270 10 71
Binary 10001001 10011001 10011010 1011 1 0 101000 10111000 1000 111001

Color Harmonies of #89999A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89999A

Black with #89999A

Text Example


Text Example

White with #89999A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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