#85979F

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

Shades of Bali Hai #85979F

Tints of Bali Hai #85979F

Color information

#85979F (or 0x85979F) is unknown color: approx Bali Hai. HEX triplet: 85, 97 and 9F. RGB value is (133,151,159). Sum of RGB (Red+Green+Blue) = 133+151+159=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 159 - color contains mainly: blue. Hex color #85979F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85979F is #7A6860. Grayscale: #929292. Windows color (decimal): -8022113 or 10459013. OLE color: 10459013.

HSL color Cylindrical-coordinate representation of color #85979F: hue angle of 198.46º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #85979F is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB133151159-
CMYK0.160.0500.38
HSL198.46º11.93%57.25%-
HSV(B)198.46º16.35%62.35%-
XYZ2729.6237.1-
YUV146.53135.04118.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.02%
GREEN value IS 151 (59.38% from 255) = 34.09%
BLUE value IS 159 (62.5% from 255) = 35.89%
R=30.02%
G=34.09%
B=35.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1331511590.160.0500.38198.4611.9357.25
Hex85979F105026c6c39
Octal2052272372050463061471
Binary100001011001011110011111100001010100110110001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85979F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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