#84A5AB

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

Shades of Ziggurat #84A5AB

Tints of Ziggurat #84A5AB

Color information

#84A5AB (or 0x84A5AB) is unknown color: approx Ziggurat. HEX triplet: 84, A5 and AB. RGB value is (132,165,171). Sum of RGB (Red+Green+Blue) = 132+165+171=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 171 - color contains mainly: blue. Hex color #84A5AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A5AB is #7B5A54. Grayscale: #9B9B9B. Windows color (decimal): -8084053 or 11249028. OLE color: 11249028.

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

Color convert

RGB132165171-
CMYK0.230.0400.33
HSL189.23º18.84%59.41%-
HSV(B)189.23º22.81%67.06%-
XYZ30.3234.7643.64-
YUV155.82136.57111.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.21%
GREEN value IS 165 (64.84% from 255) = 35.26%
BLUE value IS 171 (67.19% from 255) = 36.54%
R=28.21%
G=35.26%
B=36.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321651710.230.0400.33189.2318.8459.41
Hex84A5AB174021bd133b
Octal2042452532740412752373
Binary1000010010100101101010111011110001000011011110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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