#869494

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

Shades of Submarine #869494

Tints of Submarine #869494

Color information

#869494 (or 0x869494) is unknown color: approx Submarine. HEX triplet: 86, 94 and 94. RGB value is (134,148,148). Sum of RGB (Red+Green+Blue) = 134+148+148=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 148 - color contains mainly: green, blue. Hex color #869494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869494 is #796B6B. Grayscale: #8F8F8F. Windows color (decimal): -7957356 or 9737350. OLE color: 9737350.

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

Color convert

RGB134148148-
CMYK0.09000.42
HSL180º6.14%55.29%-
HSV(B)180º9.46%58.04%-
XYZ25.7728.3932.14-
YUV143.81130.36121-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.16%
GREEN value IS 148 (58.20% from 255) = 34.42%
BLUE value IS 148 (58.20% from 255) = 34.42%
R=31.16%
G=34.42%
B=34.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341481480.09000.421806.1455.29
Hex8694949002Ab4637
Octal206224224110052264667
Binary10000110100101001001010010010010101010110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869494; }

 p { color: rgb(134,148,148); }

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

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

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

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

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

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

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