#85979B

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

Shades of Submarine #85979B

Tints of Submarine #85979B

Color information

#85979B (or 0x85979B) is unknown color: approx Submarine. HEX triplet: 85, 97 and 9B. RGB value is (133,151,155). Sum of RGB (Red+Green+Blue) = 133+151+155=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 155 - color contains mainly: blue. Hex color #85979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85979B is #7A6864. Grayscale: #929292. Windows color (decimal): -8022117 or 10196869. OLE color: 10196869.

HSL color Cylindrical-coordinate representation of color #85979B: hue angle of 190.91º 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 #85979B is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB133151155-
CMYK0.140.0300.39
HSL190.91º9.91%56.47%-
HSV(B)190.91º14.19%60.78%-
XYZ26.6629.4935.3-
YUV146.07133.04118.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.30%
GREEN value IS 151 (59.38% from 255) = 34.40%
BLUE value IS 155 (60.94% from 255) = 35.31%
R=30.30%
G=34.40%
B=35.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331511550.140.0300.39190.919.9156.47
Hex85979BE3027bfa38
Octal2052272331630472771270
Binary1000010110010111100110111110110100111101111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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