#85999C

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

Shades of Submarine #85999C

Tints of Submarine #85999C

Color information

#85999C (or 0x85999C) is unknown color: approx Submarine. HEX triplet: 85, 99 and 9C. RGB value is (133,153,156). Sum of RGB (Red+Green+Blue) = 133+153+156=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 156 - color contains mainly: blue. Hex color #85999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85999C is #7A6663. Grayscale: #939393. Windows color (decimal): -8021604 or 10262917. OLE color: 10262917.

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

Color convert

RGB133153156-
CMYK0.150.0200.39
HSL187.83º10.41%56.67%-
HSV(B)187.83º14.74%61.18%-
XYZ27.0630.1735.85-
YUV147.36132.87117.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.09%
GREEN value IS 153 (60.16% from 255) = 34.62%
BLUE value IS 156 (61.33% from 255) = 35.29%
R=30.09%
G=34.62%
B=35.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331531560.150.0200.39187.8310.4156.67
Hex85999CF2027bca39
Octal2052312341720472741271
Binary1000010110011001100111001111100100111101111001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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