#869294

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

Shades of Submarine #869294

Tints of Submarine #869294

Color information

#869294 (or 0x869294) is unknown color: approx Submarine. HEX triplet: 86, 92 and 94. RGB value is (134,146,148). Sum of RGB (Red+Green+Blue) = 134+146+148=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 148 - color contains mainly: blue. Hex color #869294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869294 is #796D6B. Grayscale: #8E8E8E. Windows color (decimal): -7957868 or 9736838. OLE color: 9736838.

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

Color convert

RGB134146148-
CMYK0.090.0100.42
HSL188.57º6.14%55.29%-
HSV(B)188.57º9.46%58.04%-
XYZ25.4627.7632.03-
YUV142.64131.02121.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.31%
GREEN value IS 146 (57.42% from 255) = 34.11%
BLUE value IS 148 (58.20% from 255) = 34.58%
R=31.31%
G=34.11%
B=34.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341461480.090.0100.42188.576.1455.29
Hex8692949102Abd637
Octal206222224111052275667
Binary10000110100100101001010010011010101010111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869294; }

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

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

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

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

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

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

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

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