#859DAC

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

Shades of Bali Hai #859DAC

Tints of Bali Hai #859DAC

Color information

#859DAC (or 0x859DAC) is unknown color: approx Bali Hai. HEX triplet: 85, 9D and AC. RGB value is (133,157,172). Sum of RGB (Red+Green+Blue) = 133+157+172=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 172 - color contains mainly: blue. Hex color #859DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859DAC is #7A6253. Grayscale: #979797. Windows color (decimal): -8020564 or 11312517. OLE color: 11312517.

HSL color Cylindrical-coordinate representation of color #859DAC: hue angle of 203.08º 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 #859DAC is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB133157172-
CMYK0.230.0900.33
HSL203.08º19.02%59.8%-
HSV(B)203.08º22.67%67.45%-
XYZ29.1832.0843.68-
YUV151.53139.55114.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.79%
GREEN value IS 157 (61.72% from 255) = 33.98%
BLUE value IS 172 (67.58% from 255) = 37.23%
R=28.79%
G=33.98%
B=37.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331571720.230.0900.33203.0819.0259.8
Hex859DAC179021cb133c
Octal20523525427110413132374
Binary10000101100111011010110010111100101000011100101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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