Html Css Color HEX #889392 Submarine

📋 copy color: '#889392'

red 136 ◦ green 147 ◦ blue 146

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

Shades of Submarine #889392

Tints of Submarine #889392

RGB

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

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

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

R = 31.7%
G = 34.27%
B = 34.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#889392 (or 0x889392) is known color: Submarine. HEX triplet: 88, 93 and 92. RGB value is (136,147,146). Sum of RGB (Red+Green+Blue) = 136+147+146=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 147 - color contains mainly: green. Hex color #889392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889392 is #776C6D. Grayscale: #8F8F8F. Windows color (decimal): -7826542 or 9606024. OLE color: 9606024.

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

Color convert

RGB 136 147 146 -
CMYK 0.07 0 0.01 0.42
HSL 174.55º 0.05% 0.55% -
HSV(B) 174.55º 0.07% 0.58% -
XYZ 25.78 28.18 31.27 -
YUV 143.6 129.36 122.58 -
System Red Green Blue C M Y K H S L
Decimal 136 147 146 0.07 0 0.01 0.42 174.55 0.05 0.55
Hex 88 93 92 7 0 1 2A AF 5 37
Octal 210 223 222 7 0 1 52 257 5 67
Binary 10001000 10010011 10010010 111 0 1 101010 10101111 101 110111

Color Harmonies of #889392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889392

Black with #889392

Text Example


Text Example

White with #889392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889392; }

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

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

background-color css

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

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

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

border-color css

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

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

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