#8599AA

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

Shades of Bali Hai #8599AA

Tints of Bali Hai #8599AA

Color information

#8599AA (or 0x8599AA) is unknown color: approx Bali Hai. HEX triplet: 85, 99 and AA. RGB value is (133,153,170). Sum of RGB (Red+Green+Blue) = 133+153+170=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #8599AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8599AA is #7A6655. Grayscale: #949494. Windows color (decimal): -8021590 or 11180421. OLE color: 11180421.

HSL color Cylindrical-coordinate representation of color #8599AA: hue angle of 207.57º 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 #8599AA is Cyan = 0.22, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB133153170-
CMYK0.220.100.33
HSL207.57º17.87%59.41%-
HSV(B)207.57º21.76%66.67%-
XYZ28.3230.6742.46-
YUV148.96139.87116.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.17%
GREEN value IS 153 (60.16% from 255) = 33.55%
BLUE value IS 170 (66.80% from 255) = 37.28%
R=29.17%
G=33.55%
B=37.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331531700.220.100.33207.5717.8759.41
Hex8599AA16A021d0123b
Octal20523125226120413202273
Binary10000101100110011010101010110101001000011101000010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8599AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8599AA; }

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

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

<style>
 a { background-color: #8599AA; }

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

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

<style>
 span { border-color: #8599AA; }

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

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