#85AAAE

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

Shades of Ziggurat #85AAAE

Tints of Ziggurat #85AAAE

Color information

#85AAAE (or 0x85AAAE) is unknown color: approx Ziggurat. HEX triplet: 85, AA and AE. RGB value is (133,170,174). Sum of RGB (Red+Green+Blue) = 133+170+174=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 174 - color contains mainly: blue. Hex color #85AAAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AAAE is #7A5551. Grayscale: #9F9F9F. Windows color (decimal): -8017234 or 11446917. OLE color: 11446917.

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

Color convert

RGB133170174-
CMYK0.240.0200.32
HSL185.85º20.2%60.2%-
HSV(B)185.85º23.56%68.24%-
XYZ31.6936.7945.48-
YUV159.39136.24109.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.88%
GREEN value IS 170 (66.80% from 255) = 35.64%
BLUE value IS 174 (68.36% from 255) = 36.48%
R=27.88%
G=35.64%
B=36.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331701740.240.0200.32185.8520.260.2
Hex85AAAE182020ba143c
Octal2052522563020402722474
Binary100001011010101010101110110001001000001011101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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