#879599

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

Shades of Bali Hai #879599

Tints of Bali Hai #879599

Color information

#879599 (or 0x879599) is unknown color: approx Bali Hai. HEX triplet: 87, 95 and 99. RGB value is (135,149,153). Sum of RGB (Red+Green+Blue) = 135+149+153=437 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.89% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 153 - color contains mainly: blue. Hex color #879599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879599 is #786A66. Grayscale: #919191. Windows color (decimal): -7891559 or 10065287. OLE color: 10065287.

HSL color Cylindrical-coordinate representation of color #879599: hue angle of 193.33º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #879599 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB135149153-
CMYK0.120.0300.4
HSL193.33º8.11%56.47%-
HSV(B)193.33º11.76%60%-
XYZ26.4928.9534.33-
YUV145.27132.36120.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.89%
GREEN value IS 149 (58.59% from 255) = 34.10%
BLUE value IS 153 (60.16% from 255) = 35.01%
R=30.89%
G=34.10%
B=35.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1351491530.120.0300.4193.338.1156.47
Hex879599C3028c1838
Octal2072252311430503011070
Binary1000011110010101100110011100110101000110000011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879599; }

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

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

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

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

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

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

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

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