#80A5AE

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

Shades of Ziggurat #80A5AE

Tints of Ziggurat #80A5AE

Color information

#80A5AE (or 0x80A5AE) is unknown color: approx Ziggurat. HEX triplet: 80, A5 and AE. RGB value is (128,165,174). Sum of RGB (Red+Green+Blue) = 128+165+174=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 174 - color contains mainly: blue. Hex color #80A5AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A5AE is #7F5A51. Grayscale: #9A9A9A. Windows color (decimal): -8346194 or 11445632. OLE color: 11445632.

HSL color Cylindrical-coordinate representation of color #80A5AE: hue angle of 191.74º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80A5AE is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB128165174-
CMYK0.260.0500.32
HSL191.74º22.12%59.22%-
HSV(B)191.74º26.44%68.24%-
XYZ3034.5645.13-
YUV154.96138.74108.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.41%
GREEN value IS 165 (64.84% from 255) = 35.33%
BLUE value IS 174 (68.36% from 255) = 37.26%
R=27.41%
G=35.33%
B=37.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281651740.260.0500.32191.7422.1259.22
Hex80A5AE1A5020c0163b
Octal2002452563250403002673
Binary1000000010100101101011101101010101000001100000010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80A5AE; }

 p { color: rgb(128,165,174); }

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

<style>
 a { background-color: #80A5AE; }

 a { background-color: rgb(128,165,174); }

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

<style>
 span { border-color: #80A5AE; }

 span { border-color: rgb(128,165,174); }

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