#859CAD

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

Shades of Bali Hai #859CAD

Tints of Bali Hai #859CAD

Color information

#859CAD (or 0x859CAD) is unknown color: approx Bali Hai. HEX triplet: 85, 9C and AD. RGB value is (133,156,173). Sum of RGB (Red+Green+Blue) = 133+156+173=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 173 - color contains mainly: blue. Hex color #859CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859CAD is #7A6352. Grayscale: #969696. Windows color (decimal): -8020819 or 11377797. OLE color: 11377797.

HSL color Cylindrical-coordinate representation of color #859CAD: hue angle of 205.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #859CAD is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB133156173-
CMYK0.230.1000.32
HSL205.5º19.61%60%-
HSV(B)205.5º23.12%67.84%-
XYZ29.131.7844.14-
YUV151.06140.38115.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.79%
GREEN value IS 156 (61.33% from 255) = 33.77%
BLUE value IS 173 (67.97% from 255) = 37.45%
R=28.79%
G=33.77%
B=37.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331561730.230.1000.32205.519.6160
Hex859CAD17A020ce143c
Octal20523425527120403162474
Binary10000101100111001010110110111101001000001100111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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