#85949D

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

Shades of Bali Hai #85949D

Tints of Bali Hai #85949D

Color information

#85949D (or 0x85949D) is unknown color: approx Bali Hai. HEX triplet: 85, 94 and 9D. RGB value is (133,148,157). Sum of RGB (Red+Green+Blue) = 133+148+157=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 157 - color contains mainly: blue. Hex color #85949D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85949D is #7A6B62. Grayscale: #909090. Windows color (decimal): -8022883 or 10327173. OLE color: 10327173.

HSL color Cylindrical-coordinate representation of color #85949D: hue angle of 202.5º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #85949D is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB133148157-
CMYK0.150.0600.38
HSL202.5º10.91%56.86%-
HSV(B)202.5º15.29%61.57%-
XYZ26.3528.636.03-
YUV144.54135.03119.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.37%
GREEN value IS 148 (58.20% from 255) = 33.79%
BLUE value IS 157 (61.72% from 255) = 35.84%
R=30.37%
G=33.79%
B=35.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1331481570.150.0600.38202.510.9156.86
Hex85949DF6026cab39
Octal2052242351760463121371
Binary10000101100101001001110111111100100110110010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85949D; }

 p { color: rgb(133,148,157); }

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

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

 a { background-color: rgb(133,148,157); }

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

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

 span { border-color: rgb(133,148,157); }

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