#85929A

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

Shades of Bali Hai #85929A

Tints of Bali Hai #85929A

Color information

#85929A (or 0x85929A) is unknown color: approx Bali Hai. HEX triplet: 85, 92 and 9A. RGB value is (133,146,154). Sum of RGB (Red+Green+Blue) = 133+146+154=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 154 - color contains mainly: blue. Hex color #85929A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85929A is #7A6D65. Grayscale: #8E8E8E. Windows color (decimal): -8023398 or 10130053. OLE color: 10130053.

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

Color convert

RGB133146154-
CMYK0.140.0500.40
HSL202.86º9.42%56.27%-
HSV(B)202.86º13.64%60.39%-
XYZ25.7827.8834.59-
YUV143.02134.19120.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.72%
GREEN value IS 146 (57.42% from 255) = 33.72%
BLUE value IS 154 (60.55% from 255) = 35.57%
R=30.72%
G=33.72%
B=35.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1331461540.140.0500.40202.869.4256.27
Hex85929AE5028cb938
Octal2052222321650503131170
Binary10000101100100101001101011101010101000110010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85929A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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