#899599

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

Shades of Bali Hai #899599

Tints of Bali Hai #899599

Color information

#899599 (or 0x899599) is unknown color: approx Bali Hai. HEX triplet: 89, 95 and 99. RGB value is (137,149,153). Sum of RGB (Red+Green+Blue) = 137+149+153=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 153 - color contains mainly: blue. Hex color #899599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899599 is #766A66. Grayscale: #919191. Windows color (decimal): -7760487 or 10065289. OLE color: 10065289.

HSL color Cylindrical-coordinate representation of color #899599: hue angle of 195º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #899599 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB137149153-
CMYK0.100.0300.4
HSL195º7.27%56.86%-
HSV(B)195º10.46%60%-
XYZ26.8129.1134.34-
YUV145.87132.02121.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.21%
GREEN value IS 149 (58.59% from 255) = 33.94%
BLUE value IS 153 (60.16% from 255) = 34.85%
R=31.21%
G=33.94%
B=34.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1371491530.100.0300.41957.2756.86
Hex899599A3028c3739
Octal211225231123050303771
Binary100010011001010110011001101011010100011000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899599; }

 p { color: rgb(137,149,153); }

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

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

 a { background-color: rgb(137,149,153); }

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

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

 span { border-color: rgb(137,149,153); }

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