#859BB0

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

Shades of Bali Hai #859BB0

Tints of Bali Hai #859BB0

Color information

#859BB0 (or 0x859BB0) is unknown color: approx Bali Hai. HEX triplet: 85, 9B and B0. RGB value is (133,155,176). Sum of RGB (Red+Green+Blue) = 133+155+176=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 176 - color contains mainly: blue. Hex color #859BB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859BB0 is #7A644F. Grayscale: #969696. Windows color (decimal): -8021072 or 11574149. OLE color: 11574149.

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

Color convert

RGB133155176-
CMYK0.240.1200.31
HSL209.3º21.39%60.59%-
HSV(B)209.3º24.43%69.02%-
XYZ29.2331.5645.63-
YUV150.82142.21115.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.66%
GREEN value IS 155 (60.94% from 255) = 33.41%
BLUE value IS 176 (69.14% from 255) = 37.93%
R=28.66%
G=33.41%
B=37.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1331551760.240.1200.31209.321.3960.59
Hex859BB018C01Fd1153d
Octal20523326030140373212575
Binary1000010110011011101100001100011000111111101000110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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