#85959A

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

Shades of Bali Hai #85959A

Tints of Bali Hai #85959A

Color information

#85959A (or 0x85959A) is unknown color: approx Bali Hai. HEX triplet: 85, 95 and 9A. RGB value is (133,149,154). Sum of RGB (Red+Green+Blue) = 133+149+154=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 154 - color contains mainly: blue. Hex color #85959A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85959A is #7A6A65. Grayscale: #909090. Windows color (decimal): -8022630 or 10130821. OLE color: 10130821.

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

Color convert

RGB133149154-
CMYK0.140.0300.40
HSL194.29º9.42%56.27%-
HSV(B)194.29º13.64%60.39%-
XYZ26.2528.8134.75-
YUV144.79133.2119.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.50%
GREEN value IS 149 (58.59% from 255) = 34.17%
BLUE value IS 154 (60.55% from 255) = 35.32%
R=30.50%
G=34.17%
B=35.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1331491540.140.0300.40194.299.4256.27
Hex85959AE3028c2938
Octal2052252321630503021170
Binary1000010110010101100110101110110101000110000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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