#85959B

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

Shades of Bali Hai #85959B

Tints of Bali Hai #85959B

Color information

#85959B (or 0x85959B) is unknown color: approx Bali Hai. HEX triplet: 85, 95 and 9B. RGB value is (133,149,155). Sum of RGB (Red+Green+Blue) = 133+149+155=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 155 - color contains mainly: blue. Hex color #85959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85959B is #7A6A64. Grayscale: #909090. Windows color (decimal): -8022629 or 10196357. OLE color: 10196357.

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

Color convert

RGB133149155-
CMYK0.140.0400.39
HSL196.36º9.91%56.47%-
HSV(B)196.36º14.19%60.78%-
XYZ26.3428.8535.19-
YUV144.9133.7119.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.43%
GREEN value IS 149 (58.59% from 255) = 34.10%
BLUE value IS 155 (60.94% from 255) = 35.47%
R=30.43%
G=34.10%
B=35.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331491550.140.0400.39196.369.9156.47
Hex85959BE4027c4a38
Octal2052252331640473041270
Binary10000101100101011001101111101000100111110001001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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