#879393

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

Shades of Submarine #879393

Tints of Submarine #879393

Color information

#879393 (or 0x879393) is unknown color: approx Submarine. HEX triplet: 87, 93 and 93. RGB value is (135,147,147). Sum of RGB (Red+Green+Blue) = 135+147+147=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #879393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879393 is #786C6C. Grayscale: #8F8F8F. Windows color (decimal): -7892077 or 9671559. OLE color: 9671559.

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

Color convert

RGB135147147-
CMYK0.08000.42
HSL180º5.26%55.29%-
HSV(B)180º8.16%57.65%-
XYZ25.6928.1231.68-
YUV143.41130.02122-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.47%
GREEN value IS 147 (57.81% from 255) = 34.27%
BLUE value IS 147 (57.81% from 255) = 34.27%
R=31.47%
G=34.27%
B=34.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351471470.08000.421805.2655.29
Hex8793938002Ab4537
Octal207223223100052264567
Binary10000111100100111001001110000010101010110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879393; }

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

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

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

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

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

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

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

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