Html Css Color HEX #85969B Bali Hai

📋 copy color: '#85969B'

red 133 ◦ green 150 ◦ blue 155

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

Shades of Bali Hai #85969B

Tints of Bali Hai #85969B

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 value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85969B (or 0x85969B) is known color: 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

RGB 133 150 155 -
CMYK 0.14 0.03 0 0.39
HSL 193.64º 0.1% 0.56% -
HSV(B) 193.64º 0.14% 0.61% -
XYZ 26.5 29.17 35.24 -
YUV 145.49 133.37 119.09 -
System Red Green Blue C M Y K H S L
Decimal 133 150 155 0.14 0.03 0 0.39 193.64 0.1 0.56
Hex 85 96 9B E 3 0 27 C2 A 38
Octal 205 226 233 16 3 0 47 302 12 70
Binary 10000101 10010110 10011011 1110 11 0 100111 11000010 1010 111000

Color Harmonies of #85969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85969B

Black with #85969B

Text Example


Text Example

White with #85969B

Text Example


Text Example

HTML Codes & Css Web 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>