#859BAC

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

Shades of Bali Hai #859BAC

Tints of Bali Hai #859BAC

Color information

#859BAC (or 0x859BAC) is unknown color: approx Bali Hai. HEX triplet: 85, 9B and AC. RGB value is (133,155,172). Sum of RGB (Red+Green+Blue) = 133+155+172=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 172 - color contains mainly: blue. Hex color #859BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859BAC is #7A6453. Grayscale: #969696. Windows color (decimal): -8021076 or 11312005. OLE color: 11312005.

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

Color convert

RGB133155172-
CMYK0.230.1000.33
HSL206.15º19.02%59.8%-
HSV(B)206.15º22.67%67.45%-
XYZ28.8431.4143.57-
YUV150.36140.21115.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.91%
GREEN value IS 155 (60.94% from 255) = 33.70%
BLUE value IS 172 (67.58% from 255) = 37.39%
R=28.91%
G=33.70%
B=37.39%

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
Decimal1331551720.230.1000.33206.1519.0259.8
Hex859BAC17A021ce133c
Octal20523325427120413162374
Binary10000101100110111010110010111101001000011100111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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