#85A2B4

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

Shades of Bali Hai #85A2B4

Tints of Bali Hai #85A2B4

Color information

#85A2B4 (or 0x85A2B4) is unknown color: approx Bali Hai. HEX triplet: 85, A2 and B4. RGB value is (133,162,180). Sum of RGB (Red+Green+Blue) = 133+162+180=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 180 - color contains mainly: blue. Hex color #85A2B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A2B4 is #7A5D4B. Grayscale: #9B9B9B. Windows color (decimal): -8019276 or 11838085. OLE color: 11838085.

HSL color Cylindrical-coordinate representation of color #85A2B4: hue angle of 202.98º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85A2B4 is Cyan = 0.26, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB133162180-
CMYK0.260.100.29
HSL202.98º23.86%61.37%-
HSV(B)202.98º26.11%70.59%-
XYZ30.8334.1248.14-
YUV155.38141.89112.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28%
GREEN value IS 162 (63.67% from 255) = 34.11%
BLUE value IS 180 (70.70% from 255) = 37.89%
R=28%
G=34.11%
B=37.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1331621800.260.100.29202.9823.8661.37
Hex85A2B41AA01Dcb183d
Octal20524226432120353133075
Binary1000010110100010101101001101010100111011100101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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