#85A8A9

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

Shades of Ziggurat #85A8A9

Tints of Ziggurat #85A8A9

Color information

#85A8A9 (or 0x85A8A9) is unknown color: approx Ziggurat. HEX triplet: 85, A8 and A9. RGB value is (133,168,169). Sum of RGB (Red+Green+Blue) = 133+168+169=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 169 (66.41% from 255 or 35.96% from 470); Max value from RGB is 169 - color contains mainly: blue. Hex color #85A8A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A8A9 is #7A5756. Grayscale: #9D9D9D. Windows color (decimal): -8017751 or 11118725. OLE color: 11118725.

HSL color Cylindrical-coordinate representation of color #85A8A9: hue angle of 181.67º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #85A8A9 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB133168169-
CMYK0.210.0100.34
HSL181.67º17.31%59.22%-
HSV(B)181.67º21.3%66.27%-
XYZ30.8435.8642.83-
YUV157.65134.4110.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.30%
GREEN value IS 168 (66.02% from 255) = 35.74%
BLUE value IS 169 (66.41% from 255) = 35.96%
R=28.30%
G=35.74%
B=35.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1331681690.210.0100.34181.6717.3159.22
Hex85A8A9151022b6113b
Octal2052502512510422662173
Binary10000101101010001010100110101101000101011011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,168,169); }

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

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

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

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

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

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

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