#85A1AD

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

Shades of Bali Hai #85A1AD

Tints of Bali Hai #85A1AD

Color information

#85A1AD (or 0x85A1AD) is unknown color: approx Bali Hai. HEX triplet: 85, A1 and AD. RGB value is (133,161,173). Sum of RGB (Red+Green+Blue) = 133+161+173=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 173 - color contains mainly: blue. Hex color #85A1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A1AD is #7A5E52. Grayscale: #999999. Windows color (decimal): -8019539 or 11379077. OLE color: 11379077.

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

Color convert

RGB133161173-
CMYK0.230.0700.32
HSL198º19.61%60%-
HSV(B)198º23.12%67.84%-
XYZ29.9633.4944.42-
YUV154138.72113.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.48%
GREEN value IS 161 (63.28% from 255) = 34.48%
BLUE value IS 173 (67.97% from 255) = 37.04%
R=28.48%
G=34.48%
B=37.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331611730.230.0700.3219819.6160
Hex85A1AD177020c6143c
Octal2052412552770403062474
Binary1000010110100001101011011011111101000001100011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,161,173); }

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

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

 a { background-color: rgb(133,161,173); }

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

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

 span { border-color: rgb(133,161,173); }

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