Html Css Color HEX #889192 Submarine

📋 copy color: '#889192'

red 136 ◦ green 145 ◦ blue 146

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

Shades of Submarine #889192

Tints of Submarine #889192

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.96%

 BLUE value IS 146 (57.42% from 255) = 34.19%

R = 31.85%
G = 33.96%
B = 34.19%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#889192 (or 0x889192) is known color: Submarine. HEX triplet: 88, 91 and 92. RGB value is (136,145,146). Sum of RGB (Red+Green+Blue) = 136+145+146=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 146 - color contains mainly: blue. Hex color #889192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889192 is #776E6D. Grayscale: #8E8E8E. Windows color (decimal): -7827054 or 9605512. OLE color: 9605512.

HSL color Cylindrical-coordinate representation of color #889192: hue angle of 186º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #889192 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 136 145 146 -
CMYK 0.07 0.01 0 0.43
HSL 186º 0.04% 0.55% -
HSV(B) 186º 0.07% 0.57% -
XYZ 25.47 27.56 31.17 -
YUV 142.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 136 145 146 0.07 0.01 0 0.43 186 0.04 0.55
Hex 88 91 92 7 1 0 2B BA 4 37
Octal 210 221 222 7 1 0 53 272 4 67
Binary 10001000 10010001 10010010 111 1 0 101011 10111010 100 110111

Color Harmonies of #889192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889192

Black with #889192

Text Example


Text Example

White with #889192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889192; }

 p { color: rgb(136,145,146); }

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

background-color css

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

 a { background-color: rgb(136,145,146); }

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

border-color css

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

 span { border-color: rgb(136,145,146); }

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