#859AAA

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

Shades of Bali Hai #859AAA

Tints of Bali Hai #859AAA

Color information

#859AAA (or 0x859AAA) is unknown color: approx Bali Hai. HEX triplet: 85, 9A and AA. RGB value is (133,154,170). Sum of RGB (Red+Green+Blue) = 133+154+170=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #859AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859AAA is #7A6555. Grayscale: #959595. Windows color (decimal): -8021334 or 11180677. OLE color: 11180677.

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

Color convert

RGB133154170-
CMYK0.220.0900.33
HSL205.95º17.87%59.41%-
HSV(B)205.95º21.76%66.67%-
XYZ28.483142.51-
YUV149.54139.54116.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.10%
GREEN value IS 154 (60.55% from 255) = 33.70%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=29.10%
G=33.70%
B=37.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331541700.220.0900.33205.9517.8759.41
Hex859AAA169021ce123b
Octal20523225226110413162273
Binary10000101100110101010101010110100101000011100111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859AAA; }

 p { color: rgb(133,154,170); }

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

<style>
 a { background-color: #859AAA; }

 a { background-color: rgb(133,154,170); }

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

<style>
 span { border-color: #859AAA; }

 span { border-color: rgb(133,154,170); }

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