#859DA5

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

Shades of Bali Hai #859DA5

Tints of Bali Hai #859DA5

Color information

#859DA5 (or 0x859DA5) is unknown color: approx Bali Hai. HEX triplet: 85, 9D and A5. RGB value is (133,157,165). Sum of RGB (Red+Green+Blue) = 133+157+165=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 165 - color contains mainly: blue. Hex color #859DA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859DA5 is #7A625A. Grayscale: #969696. Windows color (decimal): -8020571 or 10853765. OLE color: 10853765.

HSL color Cylindrical-coordinate representation of color #859DA5: hue angle of 195º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #859DA5 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB133157165-
CMYK0.190.0500.35
HSL195º15.09%58.43%-
HSV(B)195º19.39%64.71%-
XYZ28.5231.8240.24-
YUV150.74136.05115.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.23%
GREEN value IS 157 (61.72% from 255) = 34.51%
BLUE value IS 165 (64.84% from 255) = 36.26%
R=29.23%
G=34.51%
B=36.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1331571650.190.0500.3519515.0958.43
Hex859DA5135023c3f3a
Octal2052352452350433031772
Binary100001011001110110100101100111010100011110000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,157,165); }

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

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

 a { background-color: rgb(133,157,165); }

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

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

 span { border-color: rgb(133,157,165); }

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