#85AAB0

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

Shades of Ziggurat #85AAB0

Tints of Ziggurat #85AAB0

Color information

#85AAB0 (or 0x85AAB0) is unknown color: approx Ziggurat. HEX triplet: 85, AA and B0. RGB value is (133,170,176). Sum of RGB (Red+Green+Blue) = 133+170+176=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 176 - color contains mainly: blue. Hex color #85AAB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AAB0 is #7A554F. Grayscale: #9F9F9F. Windows color (decimal): -8017232 or 11577989. OLE color: 11577989.

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

Color convert

RGB133170176-
CMYK0.240.0300.31
HSL188.37º21.39%60.59%-
HSV(B)188.37º24.43%69.02%-
XYZ31.8836.8746.51-
YUV159.62137.24109.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.77%
GREEN value IS 170 (66.80% from 255) = 35.49%
BLUE value IS 176 (69.14% from 255) = 36.74%
R=27.77%
G=35.49%
B=36.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1331701760.240.0300.31188.3721.3960.59
Hex85AAB018301Fbc153d
Octal2052522603030372742575
Binary10000101101010101011000011000110111111011110010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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