#85979A

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

Shades of Submarine #85979A

Tints of Submarine #85979A

Color information

#85979A (or 0x85979A) is unknown color: approx Submarine. HEX triplet: 85, 97 and 9A. RGB value is (133,151,154). Sum of RGB (Red+Green+Blue) = 133+151+154=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 154 - color contains mainly: blue. Hex color #85979A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85979A is #7A6865. Grayscale: #919191. Windows color (decimal): -8022118 or 10131333. OLE color: 10131333.

HSL color Cylindrical-coordinate representation of color #85979A: hue angle of 188.57º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #85979A is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB133151154-
CMYK0.140.0200.40
HSL188.57º9.42%56.27%-
HSV(B)188.57º13.64%60.39%-
XYZ26.5729.4534.86-
YUV145.96132.54118.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.37%
GREEN value IS 151 (59.38% from 255) = 34.47%
BLUE value IS 154 (60.55% from 255) = 35.16%
R=30.37%
G=34.47%
B=35.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1331511540.140.0200.40188.579.4256.27
Hex85979AE2028bd938
Octal2052272321620502751170
Binary1000010110010111100110101110100101000101111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85979A; }

 p { color: rgb(133,151,154); }

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

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

 a { background-color: rgb(133,151,154); }

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

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

 span { border-color: rgb(133,151,154); }

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