#8596AB

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

Shades of Bali Hai #8596AB

Tints of Bali Hai #8596AB

Color information

#8596AB (or 0x8596AB) is unknown color: approx Bali Hai. HEX triplet: 85, 96 and AB. RGB value is (133,150,171). Sum of RGB (Red+Green+Blue) = 133+150+171=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 171 - color contains mainly: blue. Hex color #8596AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8596AB is #7A6954. Grayscale: #939393. Windows color (decimal): -8022357 or 11245189. OLE color: 11245189.

HSL color Cylindrical-coordinate representation of color #8596AB: hue angle of 213.16º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8596AB is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB133150171-
CMYK0.220.1200.33
HSL213.16º18.45%59.61%-
HSV(B)213.16º22.22%67.06%-
XYZ27.9329.7442.8-
YUV147.31141.37117.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.30%
GREEN value IS 150 (58.98% from 255) = 33.04%
BLUE value IS 171 (67.19% from 255) = 37.67%
R=29.30%
G=33.04%
B=37.67%

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
Decimal1331501710.220.1200.33213.1618.4559.61
Hex8596AB16C021d5123c
Octal20522625326140413252274
Binary10000101100101101010101110110110001000011101010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8596AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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