#85A0AB

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

Shades of Bali Hai #85A0AB

Tints of Bali Hai #85A0AB

Color information

#85A0AB (or 0x85A0AB) is unknown color: approx Bali Hai. HEX triplet: 85, A0 and AB. RGB value is (133,160,171). Sum of RGB (Red+Green+Blue) = 133+160+171=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: blue. Hex color #85A0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A0AB is #7A5F54. Grayscale: #999999. Windows color (decimal): -8019797 or 11247749. OLE color: 11247749.

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

Color convert

RGB133160171-
CMYK0.220.0600.33
HSL197.37º18.45%59.61%-
HSV(B)197.37º22.22%67.06%-
XYZ29.5933.0743.35-
YUV153.18138.05113.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.66%
GREEN value IS 160 (62.89% from 255) = 34.48%
BLUE value IS 171 (67.19% from 255) = 36.85%
R=28.66%
G=34.48%
B=36.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331601710.220.0600.33197.3718.4559.61
Hex85A0AB166021c5123c
Octal2052402532660413052274
Binary1000010110100000101010111011011001000011100010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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