#85A4AD

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

Shades of Ziggurat #85A4AD

Tints of Ziggurat #85A4AD

Color information

#85A4AD (or 0x85A4AD) is unknown color: approx Ziggurat. HEX triplet: 85, A4 and AD. RGB value is (133,164,173). Sum of RGB (Red+Green+Blue) = 133+164+173=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 173 - color contains mainly: blue. Hex color #85A4AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A4AD is #7A5B52. Grayscale: #9B9B9B. Windows color (decimal): -8018771 or 11379845. OLE color: 11379845.

HSL color Cylindrical-coordinate representation of color #85A4AD: hue angle of 193.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85A4AD is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB133164173-
CMYK0.230.0500.32
HSL193.5º19.61%60%-
HSV(B)193.5º23.12%67.84%-
XYZ30.4934.5544.6-
YUV155.76137.73111.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.30%
GREEN value IS 164 (64.45% from 255) = 34.89%
BLUE value IS 173 (67.97% from 255) = 36.81%
R=28.30%
G=34.89%
B=36.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331641730.230.0500.32193.519.6160
Hex85A4AD175020c2143c
Octal2052442552750403022474
Binary1000010110100100101011011011110101000001100001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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