#859CAF

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

Shades of Bali Hai #859CAF

Tints of Bali Hai #859CAF

Color information

#859CAF (or 0x859CAF) is unknown color: approx Bali Hai. HEX triplet: 85, 9C and AF. RGB value is (133,156,175). Sum of RGB (Red+Green+Blue) = 133+156+175=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 175 - color contains mainly: blue. Hex color #859CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859CAF is #7A6350. Grayscale: #979797. Windows color (decimal): -8020817 or 11508869. OLE color: 11508869.

HSL color Cylindrical-coordinate representation of color #859CAF: hue angle of 207.14º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #859CAF is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB133156175-
CMYK0.240.1100.31
HSL207.14º20.79%60.39%-
HSV(B)207.14º24%68.63%-
XYZ29.331.8645.16-
YUV151.29141.38114.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.66%
GREEN value IS 156 (61.33% from 255) = 33.62%
BLUE value IS 175 (68.75% from 255) = 37.72%
R=28.66%
G=33.62%
B=37.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1331561750.240.1100.31207.1420.7960.39
Hex859CAF18B01Fcf153c
Octal20523425730130373172574
Binary1000010110011100101011111100010110111111100111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,156,175); }

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

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

 a { background-color: rgb(133,156,175); }

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

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

 span { border-color: rgb(133,156,175); }

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