#859EAE

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

Shades of Bali Hai #859EAE

Tints of Bali Hai #859EAE

Color information

#859EAE (or 0x859EAE) is unknown color: approx Bali Hai. HEX triplet: 85, 9E and AE. RGB value is (133,158,174). Sum of RGB (Red+Green+Blue) = 133+158+174=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 174 - color contains mainly: blue. Hex color #859EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859EAE is #7A6151. Grayscale: #989898. Windows color (decimal): -8020306 or 11443845. OLE color: 11443845.

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

Color convert

RGB133158174-
CMYK0.240.0900.32
HSL203.41º20.2%60.2%-
HSV(B)203.41º23.56%68.24%-
XYZ29.5432.544.76-
YUV152.35140.22114.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.60%
GREEN value IS 158 (62.11% from 255) = 33.98%
BLUE value IS 174 (68.36% from 255) = 37.42%
R=28.60%
G=33.98%
B=37.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331581740.240.0900.32203.4120.260.2
Hex859EAE189020cb143c
Octal20523625630110403132474
Binary10000101100111101010111011000100101000001100101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,158,174); }

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

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

 a { background-color: rgb(133,158,174); }

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

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

 span { border-color: rgb(133,158,174); }

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