Html Css Color HEX #85959A Bali Hai

📋 copy color: '#85959A'

red 133 ◦ green 149 ◦ blue 154

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

Shades of Bali Hai #85959A

Tints of Bali Hai #85959A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.32%

R = 30.5%
G = 34.17%
B = 35.32%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#85959A (or 0x85959A) is known color: Bali Hai. HEX triplet: 85, 95 and 9A. RGB value is (133,149,154). Sum of RGB (Red+Green+Blue) = 133+149+154=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 154 - color contains mainly: blue. Hex color #85959A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85959A is #7A6A65. Grayscale: #909090. Windows color (decimal): -8022630 or 10130821. OLE color: 10130821.

HSL color Cylindrical-coordinate representation of color #85959A: hue angle of 194.29º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #85959A is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 149 154 -
CMYK 0.14 0.03 0 0.40
HSL 194.29º 0.09% 0.56% -
HSV(B) 194.29º 0.14% 0.6% -
XYZ 26.25 28.81 34.75 -
YUV 144.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 133 149 154 0.14 0.03 0 0.40 194.29 0.09 0.56
Hex 85 95 9A E 3 0 28 C2 9 38
Octal 205 225 232 16 3 0 50 302 11 70
Binary 10000101 10010101 10011010 1110 11 0 101000 11000010 1001 111000

Color Harmonies of #85959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85959A

Black with #85959A

Text Example


Text Example

White with #85959A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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