#859AAC

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

Shades of Bali Hai #859AAC

Tints of Bali Hai #859AAC

Color information

#859AAC (or 0x859AAC) is unknown color: approx Bali Hai. HEX triplet: 85, 9A and AC. RGB value is (133,154,172). Sum of RGB (Red+Green+Blue) = 133+154+172=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 172 - color contains mainly: blue. Hex color #859AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859AAC is #7A6553. Grayscale: #959595. Windows color (decimal): -8021332 or 11311749. OLE color: 11311749.

HSL color Cylindrical-coordinate representation of color #859AAC: hue angle of 207.69º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #859AAC is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB133154172-
CMYK0.230.1000.33
HSL207.69º19.02%59.8%-
HSV(B)207.69º22.67%67.45%-
XYZ28.6731.0843.52-
YUV149.77140.54116.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.98%
GREEN value IS 154 (60.55% from 255) = 33.55%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=28.98%
G=33.55%
B=37.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331541720.230.1000.33207.6919.0259.8
Hex859AAC17A021d0133c
Octal20523225427120413202374
Binary10000101100110101010110010111101001000011101000010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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