Html Css Color HEX #85959F Bali Hai

📋 copy color: '#85959F'

red 133 ◦ green 149 ◦ blue 159

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

Shades of Bali Hai #85959F

Tints of Bali Hai #85959F

RGB

 RED value IS 133 (52.34% from 255) = 30.16%

 GREEN value IS 149 (58.59% from 255) = 33.79%

 BLUE value IS 159 (62.5% from 255) = 36.05%

R = 30.16%
G = 33.79%
B = 36.05%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85959F (or 0x85959F) is known color: Bali Hai. HEX triplet: 85, 95 and 9F. RGB value is (133,149,159). Sum of RGB (Red+Green+Blue) = 133+149+159=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 159 - color contains mainly: blue. Hex color #85959F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85959F is #7A6A60. Grayscale: #919191. Windows color (decimal): -8022625 or 10458501. OLE color: 10458501.

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

Color convert

RGB 133 149 159 -
CMYK 0.16 0.06 0 0.38
HSL 203.08º 0.12% 0.57% -
HSV(B) 203.08º 0.16% 0.62% -
XYZ 26.68 28.98 36.99 -
YUV 145.36 135.7 119.19 -
System Red Green Blue C M Y K H S L
Decimal 133 149 159 0.16 0.06 0 0.38 203.08 0.12 0.57
Hex 85 95 9F 10 6 0 26 CB C 39
Octal 205 225 237 20 6 0 46 313 14 71
Binary 10000101 10010101 10011111 10000 110 0 100110 11001011 1100 111001

Color Harmonies of #85959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85959F

Black with #85959F

Text Example


Text Example

White with #85959F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85959F; }

 p { color: rgb(133,149,159); }

 H1.HeaderClassName
 {
   color: #85959F;
 }
 .AnyTagClassName
 {
   color: #85959F;
 }
</style>

background-color css

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

 a { background-color: rgb(133,149,159); }

 div.DivClassName
 {
   background-color: #85959F;
 }
 .BgClassName
 {
   background-color: #85959F;
 }
</style>

border-color css

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

 span { border-color: rgb(133,149,159); }

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