Html Css Color HEX #889293 Submarine

📋 copy color: '#889293'

red 136 ◦ green 146 ◦ blue 147

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

Shades of Submarine #889293

Tints of Submarine #889293

RGB

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

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

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

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

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

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

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

Color convert

RGB 136 146 147 -
CMYK 0.07 0.01 0 0.42
HSL 185.45º 0.05% 0.55% -
HSV(B) 185.45º 0.07% 0.58% -
XYZ 25.7 27.9 31.63 -
YUV 143.12 130.19 122.92 -
System Red Green Blue C M Y K H S L
Decimal 136 146 147 0.07 0.01 0 0.42 185.45 0.05 0.55
Hex 88 92 93 7 1 0 2A B9 5 37
Octal 210 222 223 7 1 0 52 271 5 67
Binary 10001000 10010010 10010011 111 1 0 101010 10111001 101 110111

Color Harmonies of #889293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889293

Black with #889293

Text Example


Text Example

White with #889293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889293; }

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

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

background-color css

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

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

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

border-color css

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

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

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