Html Css Color HEX #889394 Submarine

📋 copy color: '#889394'

red 136 ◦ green 147 ◦ blue 148

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

Shades of Submarine #889394

Tints of Submarine #889394

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.11%

 BLUE value IS 148 (58.2% from 255) = 34.34%

R = 31.55%
G = 34.11%
B = 34.34%

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

#889394 (or 0x889394) is known color: Submarine. HEX triplet: 88, 93 and 94. RGB value is (136,147,148). Sum of RGB (Red+Green+Blue) = 136+147+148=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 148 - color contains mainly: blue. Hex color #889394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889394 is #776C6B. Grayscale: #8F8F8F. Windows color (decimal): -7826540 or 9737096. OLE color: 9737096.

HSL color Cylindrical-coordinate representation of color #889394: 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 #889394 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 147 148 -
CMYK 0.08 0.01 0 0.42
HSL 185º 0.05% 0.56% -
HSV(B) 185º 0.08% 0.58% -
XYZ 25.93 28.24 32.1 -
YUV 143.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 136 147 148 0.08 0.01 0 0.42 185 0.05 0.56
Hex 88 93 94 8 1 0 2A B9 5 38
Octal 210 223 224 10 1 0 52 271 5 70
Binary 10001000 10010011 10010100 1000 1 0 101010 10111001 101 111000

Color Harmonies of #889394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889394

Black with #889394

Text Example


Text Example

White with #889394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889394; }

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

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

background-color css

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

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

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

border-color css

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

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

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