#859BAA

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

Shades of Bali Hai #859BAA

Tints of Bali Hai #859BAA

Color information

#859BAA (or 0x859BAA) is unknown color: approx Bali Hai. HEX triplet: 85, 9B and AA. RGB value is (133,155,170). Sum of RGB (Red+Green+Blue) = 133+155+170=458 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.04% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #859BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859BAA is #7A6455. Grayscale: #969696. Windows color (decimal): -8021078 or 11180933. OLE color: 11180933.

HSL color Cylindrical-coordinate representation of color #859BAA: hue angle of 204.32º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #859BAA is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB133155170-
CMYK0.220.0900.33
HSL204.32º17.87%59.41%-
HSV(B)204.32º21.76%66.67%-
XYZ28.6531.3342.57-
YUV150.13139.21115.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.04%
GREEN value IS 155 (60.94% from 255) = 33.84%
BLUE value IS 170 (66.80% from 255) = 37.12%
R=29.04%
G=33.84%
B=37.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331551700.220.0900.33204.3217.8759.41
Hex859BAA169021cc123b
Octal20523325226110413142273
Binary10000101100110111010101010110100101000011100110010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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