#85969B

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

Shades of Bali Hai #85969B

Tints of Bali Hai #85969B

Color information

#85969B (or 0x85969B) is unknown color: approx Bali Hai. HEX triplet: 85, 96 and 9B. RGB value is (133,150,155). Sum of RGB (Red+Green+Blue) = 133+150+155=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 155 - color contains mainly: blue. Hex color #85969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85969B is #7A6964. Grayscale: #919191. Windows color (decimal): -8022373 or 10196613. OLE color: 10196613.

HSL color Cylindrical-coordinate representation of color #85969B: hue angle of 193.64º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #85969B is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB133150155-
CMYK0.140.0300.39
HSL193.64º9.91%56.47%-
HSV(B)193.64º14.19%60.78%-
XYZ26.529.1735.24-
YUV145.49133.37119.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.37%
GREEN value IS 150 (58.98% from 255) = 34.25%
BLUE value IS 155 (60.94% from 255) = 35.39%
R=30.37%
G=34.25%
B=35.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331501550.140.0300.39193.649.9156.47
Hex85969BE3027c2a38
Octal2052262331630473021270
Binary1000010110010110100110111110110100111110000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85969B; }

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

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

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

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

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

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

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

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