#85A0AC

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

Shades of Bali Hai #85A0AC

Tints of Bali Hai #85A0AC

Color information

#85A0AC (or 0x85A0AC) is unknown color: approx Bali Hai. HEX triplet: 85, A0 and AC. RGB value is (133,160,172). Sum of RGB (Red+Green+Blue) = 133+160+172=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #85A0AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A0AC is #7A5F53. Grayscale: #999999. Windows color (decimal): -8019796 or 11313285. OLE color: 11313285.

HSL color Cylindrical-coordinate representation of color #85A0AC: hue angle of 198.46º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85A0AC is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB133160172-
CMYK0.230.0700.33
HSL198.46º19.02%59.8%-
HSV(B)198.46º22.67%67.45%-
XYZ29.6933.1143.86-
YUV153.29138.55113.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.60%
GREEN value IS 160 (62.89% from 255) = 34.41%
BLUE value IS 172 (67.58% from 255) = 36.99%
R=28.60%
G=34.41%
B=36.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331601720.230.0700.33198.4619.0259.8
Hex85A0AC177021c6133c
Octal2052402542770413062374
Binary1000010110100000101011001011111101000011100011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85A0AC; }

 p { color: rgb(133,160,172); }

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

<style>
 a { background-color: #85A0AC; }

 a { background-color: rgb(133,160,172); }

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

<style>
 span { border-color: #85A0AC; }

 span { border-color: rgb(133,160,172); }

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