#85ABAE

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

Shades of Ziggurat #85ABAE

Tints of Ziggurat #85ABAE

Color information

#85ABAE (or 0x85ABAE) is unknown color: approx Ziggurat. HEX triplet: 85, AB and AE. RGB value is (133,171,174). Sum of RGB (Red+Green+Blue) = 133+171+174=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 174 - color contains mainly: blue. Hex color #85ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85ABAE is #7A5451. Grayscale: #9F9F9F. Windows color (decimal): -8016978 or 11447173. OLE color: 11447173.

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

Color convert

RGB133171174-
CMYK0.240.0200.32
HSL184.39º20.2%60.2%-
HSV(B)184.39º23.56%68.24%-
XYZ31.8837.1745.54-
YUV159.98135.91108.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.82%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 174 (68.36% from 255) = 36.40%
R=27.82%
G=35.77%
B=36.40%

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
Decimal1331711740.240.0200.32184.3920.260.2
Hex85ABAE182020b8143c
Octal2052532563020402702474
Binary100001011010101110101110110001001000001011100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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