#869293

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

Shades of Submarine #869293

Tints of Submarine #869293

Color information

#869293 (or 0x869293) is unknown color: approx Submarine. HEX triplet: 86, 92 and 93. RGB value is (134,146,147). Sum of RGB (Red+Green+Blue) = 134+146+147=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 147 - color contains mainly: blue. Hex color #869293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869293 is #796D6C. Grayscale: #8E8E8E. Windows color (decimal): -7957869 or 9671302. OLE color: 9671302.

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

Color convert

RGB134146147-
CMYK0.090.0100.42
HSL184.62º5.68%55.1%-
HSV(B)184.62º8.84%57.65%-
XYZ25.3827.7331.62-
YUV142.53130.52121.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.38%
GREEN value IS 146 (57.42% from 255) = 34.19%
BLUE value IS 147 (57.81% from 255) = 34.43%
R=31.38%
G=34.19%
B=34.43%

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
Decimal1341461470.090.0100.42184.625.6855.1
Hex8692939102Ab9637
Octal206222223111052271667
Binary10000110100100101001001110011010101010111001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869293; }

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

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

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

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

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

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

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

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