#85A4AA

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

Shades of Ziggurat #85A4AA

Tints of Ziggurat #85A4AA

Color information

#85A4AA (or 0x85A4AA) is unknown color: approx Ziggurat. HEX triplet: 85, A4 and AA. RGB value is (133,164,170). Sum of RGB (Red+Green+Blue) = 133+164+170=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 170 - color contains mainly: blue. Hex color #85A4AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A4AA is #7A5B55. Grayscale: #9B9B9B. Windows color (decimal): -8018774 or 11183237. OLE color: 11183237.

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

Color convert

RGB133164170-
CMYK0.220.0400.33
HSL189.73º17.87%59.41%-
HSV(B)189.73º21.76%66.67%-
XYZ30.234.4443.09-
YUV155.42136.23112.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.48%
GREEN value IS 164 (64.45% from 255) = 35.12%
BLUE value IS 170 (66.80% from 255) = 36.40%
R=28.48%
G=35.12%
B=36.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331641700.220.0400.33189.7317.8759.41
Hex85A4AA164021be123b
Octal2052442522640412762273
Binary1000010110100100101010101011010001000011011111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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