#85AAAD

Color #85AAAD Ziggurat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ziggurat #85AAAD

Tints of Ziggurat #85AAAD

Color information

#85AAAD (or 0x85AAAD) is unknown color: approx Ziggurat. HEX triplet: 85, AA and AD. RGB value is (133,170,173). Sum of RGB (Red+Green+Blue) = 133+170+173=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 173 - color contains mainly: blue. Hex color #85AAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AAAD is #7A5552. Grayscale: #9F9F9F. Windows color (decimal): -8017235 or 11381381. OLE color: 11381381.

HSL color Cylindrical-coordinate representation of color #85AAAD: hue angle of 184.5º 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 #85AAAD is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB133170173-
CMYK0.230.0200.32
HSL184.5º19.61%60%-
HSV(B)184.5º23.12%67.84%-
XYZ31.5936.7544.96-
YUV159.28135.74109.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.94%
GREEN value IS 170 (66.80% from 255) = 35.71%
BLUE value IS 173 (67.97% from 255) = 36.34%
R=27.94%
G=35.71%
B=36.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331701730.230.0200.32184.519.6160
Hex85AAAD172020b8143c
Octal2052522552720402702474
Binary100001011010101010101101101111001000001011100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #85AAAD;
 }
 .AnyTagClassName
 {
   color: #85AAAD;
 }
</style>
background-color css

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

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

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

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

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

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