#85AAA7

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

Shades of Ziggurat #85AAA7

Tints of Ziggurat #85AAA7

Color information

#85AAA7 (or 0x85AAA7) is unknown color: approx Ziggurat. HEX triplet: 85, AA and A7. RGB value is (133,170,167). Sum of RGB (Red+Green+Blue) = 133+170+167=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 167 (65.62% from 255 or 35.53% from 470); Max value from RGB is 170 - color contains mainly: green. Hex color #85AAA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AAA7 is #7A5558. Grayscale: #9E9E9E. Windows color (decimal): -8017241 or 10988165. OLE color: 10988165.

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

Color convert

RGB133170167-
CMYK0.2200.020.33
HSL175.14º17.87%59.41%-
HSV(B)175.14º21.76%66.67%-
XYZ31.0236.5341.97-
YUV158.6132.74109.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.30%
GREEN value IS 170 (66.80% from 255) = 36.17%
BLUE value IS 167 (65.62% from 255) = 35.53%
R=28.30%
G=36.17%
B=35.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331701670.2200.020.33175.1417.8759.41
Hex85AAA7160221af123b
Octal2052522472602412572273
Binary100001011010101010100111101100101000011010111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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