Html Css Color HEX #85999F Bali Hai

📋 copy color: '#85999F'

red 133 ◦ green 153 ◦ blue 159

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

Shades of Bali Hai #85999F

Tints of Bali Hai #85999F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.38%

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

R = 29.89%
G = 34.38%
B = 35.73%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85999F (or 0x85999F) is known color: Bali Hai. HEX triplet: 85, 99 and 9F. RGB value is (133,153,159). Sum of RGB (Red+Green+Blue) = 133+153+159=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 159 - color contains mainly: blue. Hex color #85999F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85999F is #7A6660. Grayscale: #939393. Windows color (decimal): -8021601 or 10459525. OLE color: 10459525.

HSL color Cylindrical-coordinate representation of color #85999F: hue angle of 193.85º 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 #85999F is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 153 159 -
CMYK 0.16 0.04 0 0.38
HSL 193.85º 0.12% 0.57% -
HSV(B) 193.85º 0.16% 0.62% -
XYZ 27.32 30.27 37.2 -
YUV 147.7 134.37 117.51 -
System Red Green Blue C M Y K H S L
Decimal 133 153 159 0.16 0.04 0 0.38 193.85 0.12 0.57
Hex 85 99 9F 10 4 0 26 C2 C 39
Octal 205 231 237 20 4 0 46 302 14 71
Binary 10000101 10011001 10011111 10000 100 0 100110 11000010 1100 111001

Color Harmonies of #85999F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85999F

Black with #85999F

Text Example


Text Example

White with #85999F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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