#85A2A5

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

Shades of Ziggurat #85A2A5

Tints of Ziggurat #85A2A5

Color information

#85A2A5 (or 0x85A2A5) is unknown color: approx Ziggurat. HEX triplet: 85, A2 and A5. RGB value is (133,162,165). Sum of RGB (Red+Green+Blue) = 133+162+165=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 165 - color contains mainly: blue. Hex color #85A2A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A2A5 is #7A5D5A. Grayscale: #999999. Windows color (decimal): -8019291 or 10855045. OLE color: 10855045.

HSL color Cylindrical-coordinate representation of color #85A2A5: hue angle of 185.62º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #85A2A5 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB133162165-
CMYK0.190.0200.35
HSL185.62º15.09%58.43%-
HSV(B)185.62º19.39%64.71%-
XYZ29.3833.5440.52-
YUV153.67134.39113.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.91%
GREEN value IS 162 (63.67% from 255) = 35.22%
BLUE value IS 165 (64.84% from 255) = 35.87%
R=28.91%
G=35.22%
B=35.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1331621650.190.0200.35185.6215.0958.43
Hex85A2A5132023baf3a
Octal2052422452320432721772
Binary10000101101000101010010110011100100011101110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,162,165); }

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

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

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

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

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

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

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