#859FAC

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

Shades of Bali Hai #859FAC

Tints of Bali Hai #859FAC

Color information

#859FAC (or 0x859FAC) is unknown color: approx Bali Hai. HEX triplet: 85, 9F and AC. RGB value is (133,159,172). Sum of RGB (Red+Green+Blue) = 133+159+172=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: blue. Hex color #859FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859FAC is #7A6053. Grayscale: #989898. Windows color (decimal): -8020052 or 11313029. OLE color: 11313029.

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

Color convert

RGB133159172-
CMYK0.230.0800.33
HSL200º19.02%59.8%-
HSV(B)200º22.67%67.45%-
XYZ29.5232.7643.8-
YUV152.71138.89113.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.66%
GREEN value IS 159 (62.5% from 255) = 34.27%
BLUE value IS 172 (67.58% from 255) = 37.07%
R=28.66%
G=34.27%
B=37.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331591720.230.0800.3320019.0259.8
Hex859FAC178021c8133c
Octal20523725427100413102374
Binary10000101100111111010110010111100001000011100100010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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