#85939B

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

Shades of Bali Hai #85939B

Tints of Bali Hai #85939B

Color information

#85939B (or 0x85939B) is unknown color: approx Bali Hai. HEX triplet: 85, 93 and 9B. RGB value is (133,147,155). Sum of RGB (Red+Green+Blue) = 133+147+155=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 155 - color contains mainly: blue. Hex color #85939B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85939B is #7A6C64. Grayscale: #8F8F8F. Windows color (decimal): -8023141 or 10195845. OLE color: 10195845.

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

Color convert

RGB133147155-
CMYK0.140.0500.39
HSL201.82º9.91%56.47%-
HSV(B)201.82º14.19%60.78%-
XYZ26.0228.2235.09-
YUV143.73134.36120.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.57%
GREEN value IS 147 (57.81% from 255) = 33.79%
BLUE value IS 155 (60.94% from 255) = 35.63%
R=30.57%
G=33.79%
B=35.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331471550.140.0500.39201.829.9156.47
Hex85939BE5027caa38
Octal2052232331650473121270
Binary10000101100100111001101111101010100111110010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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