Html Css Color HEX #889495 Submarine

📋 copy color: '#889495'

red 136 ◦ green 148 ◦ blue 149

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

Shades of Submarine #889495

Tints of Submarine #889495

RGB

 RED value IS 136 (53.52% from 255) = 31.41%

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

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

R = 31.41%
G = 34.18%
B = 34.41%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#889495 (or 0x889495) is known color: Submarine. HEX triplet: 88, 94 and 95. RGB value is (136,148,149). Sum of RGB (Red+Green+Blue) = 136+148+149=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 149 - color contains mainly: blue. Hex color #889495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889495 is #776B6A. Grayscale: #909090. Windows color (decimal): -7826283 or 9802888. OLE color: 9802888.

HSL color Cylindrical-coordinate representation of color #889495: hue angle of 184.62º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #889495 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 148 149 -
CMYK 0.09 0.01 0 0.42
HSL 184.62º 0.06% 0.56% -
HSV(B) 184.62º 0.09% 0.58% -
XYZ 26.17 28.58 32.57 -
YUV 144.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 136 148 149 0.09 0.01 0 0.42 184.62 0.06 0.56
Hex 88 94 95 9 1 0 2A B9 6 38
Octal 210 224 225 11 1 0 52 271 6 70
Binary 10001000 10010100 10010101 1001 1 0 101010 10111001 110 111000

Color Harmonies of #889495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889495

Black with #889495

Text Example


Text Example

White with #889495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889495; }

 p { color: rgb(136,148,149); }

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

background-color css

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

 a { background-color: rgb(136,148,149); }

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

border-color css

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

 span { border-color: rgb(136,148,149); }

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