Html Css Color HEX #85A7AD Ziggurat

📋 copy color: '#85A7AD'

red 133 ◦ green 167 ◦ blue 173

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

Shades of Ziggurat #85A7AD

Tints of Ziggurat #85A7AD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.31%

 BLUE value IS 173 (67.97% from 255) = 36.58%

R = 28.12%
G = 35.31%
B = 36.58%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#85A7AD (or 0x85A7AD) is known color: Ziggurat. HEX triplet: 85, A7 and AD. RGB value is (133,167,173). Sum of RGB (Red+Green+Blue) = 133+167+173=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 173 - color contains mainly: blue. Hex color #85A7AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A7AD is #7A5852. Grayscale: #9D9D9D. Windows color (decimal): -8018003 or 11380613. OLE color: 11380613.

HSL color Cylindrical-coordinate representation of color #85A7AD: hue angle of 189º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85A7AD is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 167 173 -
CMYK 0.23 0.03 0 0.32
HSL 189º 0.2% 0.6% -
HSV(B) 189º 0.23% 0.68% -
XYZ 31.03 35.64 44.78 -
YUV 157.52 136.74 110.51 -
System Red Green Blue C M Y K H S L
Decimal 133 167 173 0.23 0.03 0 0.32 189 0.2 0.6
Hex 85 A7 AD 17 3 0 20 BD 14 3C
Octal 205 247 255 27 3 0 40 275 24 74
Binary 10000101 10100111 10101101 10111 11 0 100000 10111101 10100 111100

Color Harmonies of #85A7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A7AD

Black with #85A7AD

Text Example


Text Example

White with #85A7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,167,173); }

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

background-color css

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

 a { background-color: rgb(133,167,173); }

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

border-color css

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

 span { border-color: rgb(133,167,173); }

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