#8597AA

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

Shades of Bali Hai #8597AA

Tints of Bali Hai #8597AA

Color information

#8597AA (or 0x8597AA) is unknown color: approx Bali Hai. HEX triplet: 85, 97 and AA. RGB value is (133,151,170). Sum of RGB (Red+Green+Blue) = 133+151+170=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 170 - color contains mainly: blue. Hex color #8597AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8597AA is #7A6855. Grayscale: #939393. Windows color (decimal): -8022102 or 11179909. OLE color: 11179909.

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

Color convert

RGB133151170-
CMYK0.220.1100.33
HSL210.81º17.87%59.41%-
HSV(B)210.81º21.76%66.67%-
XYZ2830.0242.35-
YUV147.78140.54117.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.30%
GREEN value IS 151 (59.38% from 255) = 33.26%
BLUE value IS 170 (66.80% from 255) = 37.44%
R=29.30%
G=33.26%
B=37.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331511700.220.1100.33210.8117.8759.41
Hex8597AA16B021d3123b
Octal20522725226130413232273
Binary10000101100101111010101010110101101000011101001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8597AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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