Html Css Color HEX #89989B Submarine

📋 copy color: '#89989B'

red 137 ◦ green 152 ◦ blue 155

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

Shades of Submarine #89989B

Tints of Submarine #89989B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.23%

 BLUE value IS 155 (60.94% from 255) = 34.91%

R = 30.86%
G = 34.23%
B = 34.91%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#89989B (or 0x89989B) is known color: Submarine. HEX triplet: 89, 98 and 9B. RGB value is (137,152,155). Sum of RGB (Red+Green+Blue) = 137+152+155=444 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.86% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 155 - color contains mainly: blue. Hex color #89989B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89989B is #766764. Grayscale: #939393. Windows color (decimal): -7759717 or 10197129. OLE color: 10197129.

HSL color Cylindrical-coordinate representation of color #89989B: hue angle of 190º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #89989B is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 137 152 155 -
CMYK 0.12 0.02 0 0.39
HSL 190º 0.08% 0.57% -
HSV(B) 190º 0.12% 0.61% -
XYZ 27.46 30.14 35.38 -
YUV 147.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 137 152 155 0.12 0.02 0 0.39 190 0.08 0.57
Hex 89 98 9B C 2 0 27 BE 8 39
Octal 211 230 233 14 2 0 47 276 10 71
Binary 10001001 10011000 10011011 1100 10 0 100111 10111110 1000 111001

Color Harmonies of #89989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89989B

Black with #89989B

Text Example


Text Example

White with #89989B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89989B; }

 p { color: rgb(137,152,155); }

 H1.HeaderClassName
 {
   color: #89989B;
 }
 .AnyTagClassName
 {
   color: #89989B;
 }
</style>

background-color css

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

 a { background-color: rgb(137,152,155); }

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

border-color css

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

 span { border-color: rgb(137,152,155); }

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