#85999D

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

Shades of Submarine #85999D

Tints of Submarine #85999D

Color information

#85999D (or 0x85999D) is unknown color: approx Submarine. HEX triplet: 85, 99 and 9D. RGB value is (133,153,157). Sum of RGB (Red+Green+Blue) = 133+153+157=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 157 - color contains mainly: blue. Hex color #85999D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85999D is #7A6662. Grayscale: #939393. Windows color (decimal): -8021603 or 10328453. OLE color: 10328453.

HSL color Cylindrical-coordinate representation of color #85999D: hue angle of 190º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #85999D is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB133153157-
CMYK0.150.0300.38
HSL190º10.91%56.86%-
HSV(B)190º15.29%61.57%-
XYZ27.1530.236.3-
YUV147.48133.37117.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.02%
GREEN value IS 153 (60.16% from 255) = 34.54%
BLUE value IS 157 (61.72% from 255) = 35.44%
R=30.02%
G=34.54%
B=35.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1331531570.150.0300.3819010.9156.86
Hex85999DF3026beb39
Octal2052312351730462761371
Binary1000010110011001100111011111110100110101111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85999D; }

 p { color: rgb(133,153,157); }

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

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

 a { background-color: rgb(133,153,157); }

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

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

 span { border-color: rgb(133,153,157); }

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