#85929B

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

Shades of Bali Hai #85929B

Tints of Bali Hai #85929B

Color information

#85929B (or 0x85929B) is unknown color: approx Bali Hai. HEX triplet: 85, 92 and 9B. RGB value is (133,146,155). Sum of RGB (Red+Green+Blue) = 133+146+155=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 155 - color contains mainly: blue. Hex color #85929B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85929B is #7A6D64. Grayscale: #8F8F8F. Windows color (decimal): -8023397 or 10195589. OLE color: 10195589.

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

Color convert

RGB133146155-
CMYK0.140.0600.39
HSL204.55º9.91%56.47%-
HSV(B)204.55º14.19%60.78%-
XYZ25.8727.9135.03-
YUV143.14134.69120.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.65%
GREEN value IS 146 (57.42% from 255) = 33.64%
BLUE value IS 155 (60.94% from 255) = 35.71%
R=30.65%
G=33.64%
B=35.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331461550.140.0600.39204.559.9156.47
Hex85929BE6027cda38
Octal2052222331660473151270
Binary10000101100100101001101111101100100111110011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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