Html Css Color HEX #84A5AB Ziggurat

📋 copy color: '#84A5AB'

red 132 ◦ green 165 ◦ blue 171

#84A5AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ziggurat #84A5AB

Tints of Ziggurat #84A5AB

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 value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#84A5AB (or 0x84A5AB) is known color: 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

RGB 132 165 171 -
CMYK 0.23 0.04 0 0.33
HSL 189.23º 0.19% 0.59% -
HSV(B) 189.23º 0.23% 0.67% -
XYZ 30.32 34.76 43.64 -
YUV 155.82 136.57 111.01 -
System Red Green Blue C M Y K H S L
Decimal 132 165 171 0.23 0.04 0 0.33 189.23 0.19 0.59
Hex 84 A5 AB 17 4 0 21 BD 13 3B
Octal 204 245 253 27 4 0 41 275 23 73
Binary 10000100 10100101 10101011 10111 100 0 100001 10111101 10011 111011

Color Harmonies of #84A5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A5AB

Black with #84A5AB

Text Example


Text Example

White with #84A5AB

Text Example


Text Example

HTML Codes & Css Web 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>