#889294

Color #889294 Submarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Submarine #889294

Tints of Submarine #889294

Color information

#889294 (or 0x889294) is unknown color: approx Submarine. HEX triplet: 88, 92 and 94. RGB value is (136,146,148). Sum of RGB (Red+Green+Blue) = 136+146+148=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 148 - color contains mainly: blue. Hex color #889294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889294 is #776D6B. Grayscale: #8F8F8F. Windows color (decimal): -7826796 or 9736840. OLE color: 9736840.

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

Color convert

RGB136146148-
CMYK0.080.0100.42
HSL190º5.31%55.69%-
HSV(B)190º8.11%58.04%-
XYZ25.7827.9332.05-
YUV143.24130.69122.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.63%
GREEN value IS 146 (57.42% from 255) = 33.95%
BLUE value IS 148 (58.20% from 255) = 34.42%
R=31.63%
G=33.95%
B=34.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361461480.080.0100.421905.3155.69
Hex8892948102Abe538
Octal210222224101052276570
Binary10001000100100101001010010001010101010111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889294; }

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

 H1.HeaderClassName
 {
   color: #889294;
 }
 .AnyTagClassName
 {
   color: #889294;
 }
</style>
background-color css

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

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

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

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

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

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