Html Css Color HEX #85A0B5 Bali Hai

📋 copy color: '#85A0B5'

red 133 ◦ green 160 ◦ blue 181

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

Shades of Bali Hai #85A0B5

Tints of Bali Hai #85A0B5

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.76%

 BLUE value IS 181 (71.09% from 255) = 38.19%

R = 28.06%
G = 33.76%
B = 38.19%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#85A0B5 (or 0x85A0B5) is known color: Bali Hai. HEX triplet: 85, A0 and B5. RGB value is (133,160,181). Sum of RGB (Red+Green+Blue) = 133+160+181=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 181 (71.09% from 255 or 38.19% from 474); Max value from RGB is 181 - color contains mainly: blue. Hex color #85A0B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A0B5 is #7A5F4A. Grayscale: #9A9A9A. Windows color (decimal): -8019787 or 11903109. OLE color: 11903109.

HSL color Cylindrical-coordinate representation of color #85A0B5: hue angle of 206.25º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85A0B5 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 160 181 -
CMYK 0.27 0.12 0 0.29
HSL 206.25º 0.24% 0.62% -
HSV(B) 206.25º 0.27% 0.71% -
XYZ 30.58 33.46 48.56 -
YUV 154.32 143.05 112.79 -
System Red Green Blue C M Y K H S L
Decimal 133 160 181 0.27 0.12 0 0.29 206.25 0.24 0.62
Hex 85 A0 B5 1B C 0 1D CE 18 3E
Octal 205 240 265 33 14 0 35 316 30 76
Binary 10000101 10100000 10110101 11011 1100 0 11101 11001110 11000 111110

Color Harmonies of #85A0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A0B5

Black with #85A0B5

Text Example


Text Example

White with #85A0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85A0B5; }

 p { color: rgb(133,160,181); }

 H1.HeaderClassName
 {
   color: #85A0B5;
 }
 .AnyTagClassName
 {
   color: #85A0B5;
 }
</style>

background-color css

<style>
 a { background-color: #85A0B5; }

 a { background-color: rgb(133,160,181); }

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

border-color css

<style>
 span { border-color: #85A0B5; }

 span { border-color: rgb(133,160,181); }

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