#859395

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

Shades of Submarine #859395

Tints of Submarine #859395

Color information

#859395 (or 0x859395) is unknown color: approx Submarine. HEX triplet: 85, 93 and 95. RGB value is (133,147,149). Sum of RGB (Red+Green+Blue) = 133+147+149=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 149 - color contains mainly: blue. Hex color #859395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859395 is #7A6C6A. Grayscale: #8F8F8F. Windows color (decimal): -8023147 or 9802629. OLE color: 9802629.

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

Color convert

RGB133147149-
CMYK0.110.0100.42
HSL187.5º7.02%55.29%-
HSV(B)187.5º10.74%58.43%-
XYZ25.5328.0232.5-
YUV143.04131.36120.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.00%
GREEN value IS 147 (57.81% from 255) = 34.27%
BLUE value IS 149 (58.59% from 255) = 34.73%
R=31.00%
G=34.27%
B=34.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331471490.110.0100.42187.57.0255.29
Hex859395B102Abb737
Octal205223225131052273767
Binary10000101100100111001010110111010101010111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859395; }

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

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

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

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

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

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

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

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