#85AAAA

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

Shades of Ziggurat #85AAAA

Tints of Ziggurat #85AAAA

Color information

#85AAAA (or 0x85AAAA) is unknown color: approx Ziggurat. HEX triplet: 85, AA and AA. RGB value is (133,170,170). Sum of RGB (Red+Green+Blue) = 133+170+170=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #85AAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AAAA is #7A5555. Grayscale: #9E9E9E. Windows color (decimal): -8017238 or 11184773. OLE color: 11184773.

HSL color Cylindrical-coordinate representation of color #85AAAA: hue angle of 180º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85AAAA is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB133170170-
CMYK0.22000.33
HSL180º17.87%59.41%-
HSV(B)180º21.76%66.67%-
XYZ31.336.6443.45-
YUV158.94134.24109.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.12%
GREEN value IS 170 (66.80% from 255) = 35.94%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=28.12%
G=35.94%
B=35.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331701700.22000.3318017.8759.41
Hex85AAAA160021b4123b
Octal2052522522600412642273
Binary10000101101010101010101010110001000011011010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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