#85A2AB

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

Shades of Bali Hai #85A2AB

Tints of Bali Hai #85A2AB

Color information

#85A2AB (or 0x85A2AB) is unknown color: approx Bali Hai. HEX triplet: 85, A2 and AB. RGB value is (133,162,171). Sum of RGB (Red+Green+Blue) = 133+162+171=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: blue. Hex color #85A2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A2AB is #7A5D54. Grayscale: #9A9A9A. Windows color (decimal): -8019285 or 11248261. OLE color: 11248261.

HSL color Cylindrical-coordinate representation of color #85A2AB: hue angle of 194.21º 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 #85A2AB is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB133162171-
CMYK0.220.0500.33
HSL194.21º18.45%59.61%-
HSV(B)194.21º22.22%67.06%-
XYZ29.9433.7743.47-
YUV154.35137.39112.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.54%
GREEN value IS 162 (63.67% from 255) = 34.76%
BLUE value IS 171 (67.19% from 255) = 36.70%
R=28.54%
G=34.76%
B=36.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331621710.220.0500.33194.2118.4559.61
Hex85A2AB165021c2123c
Octal2052422532650413022274
Binary1000010110100010101010111011010101000011100001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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