#85999B

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

Shades of Submarine #85999B

Tints of Submarine #85999B

Color information

#85999B (or 0x85999B) is unknown color: approx Submarine. HEX triplet: 85, 99 and 9B. RGB value is (133,153,155). Sum of RGB (Red+Green+Blue) = 133+153+155=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 155 - color contains mainly: blue. Hex color #85999B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85999B is #7A6664. Grayscale: #939393. Windows color (decimal): -8021605 or 10197381. OLE color: 10197381.

HSL color Cylindrical-coordinate representation of color #85999B: hue angle of 185.45º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #85999B is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB133153155-
CMYK0.140.0100.39
HSL185.45º9.91%56.47%-
HSV(B)185.45º14.19%60.78%-
XYZ26.9830.1435.41-
YUV147.25132.37117.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.16%
GREEN value IS 153 (60.16% from 255) = 34.69%
BLUE value IS 155 (60.94% from 255) = 35.15%
R=30.16%
G=34.69%
B=35.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331531550.140.0100.39185.459.9156.47
Hex85999BE1027b9a38
Octal2052312331610472711270
Binary100001011001100110011011111010100111101110011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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