#869395

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

Shades of Submarine #869395

Tints of Submarine #869395

Color information

#869395 (or 0x869395) is unknown color: approx Submarine. HEX triplet: 86, 93 and 95. RGB value is (134,147,149). Sum of RGB (Red+Green+Blue) = 134+147+149=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 149 - color contains mainly: blue. Hex color #869395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869395 is #796C6A. Grayscale: #8F8F8F. Windows color (decimal): -7957611 or 9802630. OLE color: 9802630.

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

Color convert

RGB134147149-
CMYK0.100.0100.42
HSL188º6.61%55.49%-
HSV(B)188º10.07%58.43%-
XYZ25.6928.1132.5-
YUV143.34131.19121.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.16%
GREEN value IS 147 (57.81% from 255) = 34.19%
BLUE value IS 149 (58.59% from 255) = 34.65%
R=31.16%
G=34.19%
B=34.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341471490.100.0100.421886.6155.49
Hex869395A102Abc737
Octal206223225121052274767
Binary10000110100100111001010110101010101010111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869395; }

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

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

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

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

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

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

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

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