#85ABAF

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

Shades of Ziggurat #85ABAF

Tints of Ziggurat #85ABAF

Color information

#85ABAF (or 0x85ABAF) is unknown color: approx Ziggurat. HEX triplet: 85, AB and AF. RGB value is (133,171,175). Sum of RGB (Red+Green+Blue) = 133+171+175=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 175 - color contains mainly: blue. Hex color #85ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85ABAF is #7A5450. Grayscale: #A0A0A0. Windows color (decimal): -8016977 or 11512709. OLE color: 11512709.

HSL color Cylindrical-coordinate representation of color #85ABAF: hue angle of 185.71º 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 #85ABAF is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB133171175-
CMYK0.240.0200.31
HSL185.71º20.79%60.39%-
HSV(B)185.71º24%68.63%-
XYZ31.9737.2146.05-
YUV160.09136.41108.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.77%
GREEN value IS 171 (67.19% from 255) = 35.70%
BLUE value IS 175 (68.75% from 255) = 36.53%
R=27.77%
G=35.70%
B=36.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1331711750.240.0200.31185.7120.7960.39
Hex85ABAF18201Fba153c
Octal2052532573020372722574
Binary10000101101010111010111111000100111111011101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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