Html Css Color HEX #899495 Submarine

📋 copy color: '#899495'

red 137 ◦ green 148 ◦ blue 149

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

Shades of Submarine #899495

Tints of Submarine #899495

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.1%

 BLUE value IS 149 (58.59% from 255) = 34.33%

R = 31.57%
G = 34.1%
B = 34.33%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#899495 (or 0x899495) is known color: 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

RGB 137 148 149 -
CMYK 0.08 0.01 0 0.42
HSL 185º 0.05% 0.56% -
HSV(B) 185º 0.08% 0.58% -
XYZ 26.33 28.67 32.58 -
YUV 144.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 137 148 149 0.08 0.01 0 0.42 185 0.05 0.56
Hex 89 94 95 8 1 0 2A B9 5 38
Octal 211 224 225 10 1 0 52 271 5 70
Binary 10001001 10010100 10010101 1000 1 0 101010 10111001 101 111000

Color Harmonies of #899495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899495

Black with #899495

Text Example


Text Example

White with #899495

Text Example


Text Example

HTML Codes & Css Web 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>