#859CA9

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

Shades of Bali Hai #859CA9

Tints of Bali Hai #859CA9

Color information

#859CA9 (or 0x859CA9) is unknown color: approx Bali Hai. HEX triplet: 85, 9C and A9. RGB value is (133,156,169). Sum of RGB (Red+Green+Blue) = 133+156+169=458 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.04% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 169 (66.41% from 255 or 36.90% from 458); Max value from RGB is 169 - color contains mainly: blue. Hex color #859CA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859CA9 is #7A6356. Grayscale: #969696. Windows color (decimal): -8020823 or 11115653. OLE color: 11115653.

HSL color Cylindrical-coordinate representation of color #859CA9: hue angle of 201.67º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #859CA9 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB133156169-
CMYK0.210.0800.34
HSL201.67º17.31%59.22%-
HSV(B)201.67º21.3%66.27%-
XYZ28.7231.6342.13-
YUV150.6138.38115.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.04%
GREEN value IS 156 (61.33% from 255) = 34.06%
BLUE value IS 169 (66.41% from 255) = 36.90%
R=29.04%
G=34.06%
B=36.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1331561690.210.0800.34201.6717.3159.22
Hex859CA9158022ca113b
Octal20523425125100423122173
Binary10000101100111001010100110101100001000101100101010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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