#85949B

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

Shades of Bali Hai #85949B

Tints of Bali Hai #85949B

Color information

#85949B (or 0x85949B) is unknown color: approx Bali Hai. HEX triplet: 85, 94 and 9B. RGB value is (133,148,155). Sum of RGB (Red+Green+Blue) = 133+148+155=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 155 - color contains mainly: blue. Hex color #85949B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85949B is #7A6B64. Grayscale: #909090. Windows color (decimal): -8022885 or 10196101. OLE color: 10196101.

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

Color convert

RGB133148155-
CMYK0.140.0500.39
HSL199.09º9.91%56.47%-
HSV(B)199.09º14.19%60.78%-
XYZ26.1828.5335.14-
YUV144.31134.03119.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.50%
GREEN value IS 148 (58.20% from 255) = 33.94%
BLUE value IS 155 (60.94% from 255) = 35.55%
R=30.50%
G=33.94%
B=35.55%

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
Decimal1331481550.140.0500.39199.099.9156.47
Hex85949BE5027c7a38
Octal2052242331650473071270
Binary10000101100101001001101111101010100111110001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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