#80A5AB

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

Shades of Ziggurat #80A5AB

Tints of Ziggurat #80A5AB

Color information

#80A5AB (or 0x80A5AB) is unknown color: approx Ziggurat. HEX triplet: 80, A5 and AB. RGB value is (128,165,171). Sum of RGB (Red+Green+Blue) = 128+165+171=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: blue. Hex color #80A5AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A5AB is #7F5A54. Grayscale: #9A9A9A. Windows color (decimal): -8346197 or 11249024. OLE color: 11249024.

HSL color Cylindrical-coordinate representation of color #80A5AB: hue angle of 188.37º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #80A5AB is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB128165171-
CMYK0.250.0400.33
HSL188.37º20.38%58.63%-
HSV(B)188.37º25.15%67.06%-
XYZ29.7134.4443.61-
YUV154.62137.24109.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.59%
GREEN value IS 165 (64.84% from 255) = 35.56%
BLUE value IS 171 (67.19% from 255) = 36.85%
R=27.59%
G=35.56%
B=36.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281651710.250.0400.33188.3720.3858.63
Hex80A5AB194021bc143b
Octal2002452533140412742473
Binary1000000010100101101010111100110001000011011110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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