#85A7AA

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

Shades of Ziggurat #85A7AA

Tints of Ziggurat #85A7AA

Color information

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

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

Color convert

RGB133167170-
CMYK0.220.0200.33
HSL184.86º17.87%59.41%-
HSV(B)184.86º21.76%66.67%-
XYZ30.7535.5343.27-
YUV157.18135.24110.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331671700.220.0200.33184.8617.8759.41
Hex85A7AA162021b9123b
Octal2052472522620412712273
Binary100001011010011110101010101101001000011011100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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