Html Css Color HEX #8599AA Bali Hai

📋 copy color: '#8599AA'

red 133 ◦ green 153 ◦ blue 170

#8599AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bali Hai #8599AA

Tints of Bali Hai #8599AA

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.8% from 255) = 37.28%

R = 29.17%
G = 33.55%
B = 37.28%

CMYK

 C value IS 0.22

 M value IS 0.1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8599AA (or 0x8599AA) is known color: 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

RGB 133 153 170 -
CMYK 0.22 0.1 0 0.33
HSL 207.57º 0.18% 0.59% -
HSV(B) 207.57º 0.22% 0.67% -
XYZ 28.32 30.67 42.46 -
YUV 148.96 139.87 116.62 -
System Red Green Blue C M Y K H S L
Decimal 133 153 170 0.22 0.1 0 0.33 207.57 0.18 0.59
Hex 85 99 AA 16 A 0 21 D0 12 3B
Octal 205 231 252 26 12 0 41 320 22 73
Binary 10000101 10011001 10101010 10110 1010 0 100001 11010000 10010 111011

Color Harmonies of #8599AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8599AA

Black with #8599AA

Text Example


Text Example

White with #8599AA

Text Example


Text Example

HTML Codes & Css Web 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>