#879293

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

Shades of Submarine #879293

Tints of Submarine #879293

Color information

#879293 (or 0x879293) is unknown color: approx Submarine. HEX triplet: 87, 92 and 93. RGB value is (135,146,147). Sum of RGB (Red+Green+Blue) = 135+146+147=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 147 - color contains mainly: blue. Hex color #879293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879293 is #786D6C. Grayscale: #8E8E8E. Windows color (decimal): -7892333 or 9671303. OLE color: 9671303.

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

Color convert

RGB135146147-
CMYK0.080.0100.42
HSL185º5.26%55.29%-
HSV(B)185º8.16%57.65%-
XYZ25.5427.8231.63-
YUV142.82130.36122.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.54%
GREEN value IS 146 (57.42% from 255) = 34.11%
BLUE value IS 147 (57.81% from 255) = 34.35%
R=31.54%
G=34.11%
B=34.35%

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
Decimal1351461470.080.0100.421855.2655.29
Hex8792938102Ab9537
Octal207222223101052271567
Binary10000111100100101001001110001010101010111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879293; }

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

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

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

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

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

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

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

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