#85A5AF

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

Shades of Ziggurat #85A5AF

Tints of Ziggurat #85A5AF

Color information

#85A5AF (or 0x85A5AF) is unknown color: approx Ziggurat. HEX triplet: 85, A5 and AF. RGB value is (133,165,175). Sum of RGB (Red+Green+Blue) = 133+165+175=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 175 - color contains mainly: blue. Hex color #85A5AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A5AF is #7A5A50. Grayscale: #9C9C9C. Windows color (decimal): -8018513 or 11511173. OLE color: 11511173.

HSL color Cylindrical-coordinate representation of color #85A5AF: hue angle of 194.29º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85A5AF is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB133165175-
CMYK0.240.0600.31
HSL194.29º20.79%60.39%-
HSV(B)194.29º24%68.63%-
XYZ30.8734.9945.68-
YUV156.57138.4111.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.12%
GREEN value IS 165 (64.84% from 255) = 34.88%
BLUE value IS 175 (68.75% from 255) = 37.00%
R=28.12%
G=34.88%
B=37.00%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1331651750.240.0600.31194.2920.7960.39
Hex85A5AF18601Fc2153c
Octal2052452573060373022574
Binary100001011010010110101111110001100111111100001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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