#8596AA

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

Shades of Bali Hai #8596AA

Tints of Bali Hai #8596AA

Color information

#8596AA (or 0x8596AA) is unknown color: approx Bali Hai. HEX triplet: 85, 96 and AA. RGB value is (133,150,170). Sum of RGB (Red+Green+Blue) = 133+150+170=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 170 - color contains mainly: blue. Hex color #8596AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8596AA is #7A6955. Grayscale: #939393. Windows color (decimal): -8022358 or 11179653. OLE color: 11179653.

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

Color convert

RGB133150170-
CMYK0.220.1200.33
HSL212.43º17.87%59.41%-
HSV(B)212.43º21.76%66.67%-
XYZ27.8329.742.3-
YUV147.2140.87117.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.36%
GREEN value IS 150 (58.98% from 255) = 33.11%
BLUE value IS 170 (66.80% from 255) = 37.53%
R=29.36%
G=33.11%
B=37.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331501700.220.1200.33212.4317.8759.41
Hex8596AA16C021d4123b
Octal20522625226140413242273
Binary10000101100101101010101010110110001000011101010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8596AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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