Html Css Color HEX #80A2A5 Ziggurat

📋 copy color: '#80A2A5'

red 128 ◦ green 162 ◦ blue 165

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

Shades of Ziggurat #80A2A5

Tints of Ziggurat #80A2A5

RGB

 RED value IS 128 (50.39% from 255) = 28.13%

 GREEN value IS 162 (63.67% from 255) = 35.6%

 BLUE value IS 165 (64.84% from 255) = 36.26%

R = 28.13%
G = 35.6%
B = 36.26%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#80A2A5 (or 0x80A2A5) is known color: Ziggurat. HEX triplet: 80, A2 and A5. RGB value is (128,162,165). Sum of RGB (Red+Green+Blue) = 128+162+165=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 165 - color contains mainly: blue. Hex color #80A2A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A2A5 is #7F5D5A. Grayscale: #989898. Windows color (decimal): -8346971 or 10855040. OLE color: 10855040.

HSL color Cylindrical-coordinate representation of color #80A2A5: hue angle of 184.86º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #80A2A5 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 128 162 165 -
CMYK 0.22 0.02 0 0.35
HSL 184.86º 0.17% 0.57% -
HSV(B) 184.86º 0.22% 0.65% -
XYZ 28.61 33.15 40.49 -
YUV 152.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 128 162 165 0.22 0.02 0 0.35 184.86 0.17 0.57
Hex 80 A2 A5 16 2 0 23 B9 11 39
Octal 200 242 245 26 2 0 43 271 21 71
Binary 10000000 10100010 10100101 10110 10 0 100011 10111001 10001 111001

Color Harmonies of #80A2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A2A5

Black with #80A2A5

Text Example


Text Example

White with #80A2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80A2A5;
 }
 .AnyTagClassName
 {
   color: #80A2A5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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