Html Css Color HEX #82A5AA Ziggurat

📋 copy color: '#82A5AA'

red 130 ◦ green 165 ◦ blue 170

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

Shades of Ziggurat #82A5AA

Tints of Ziggurat #82A5AA

RGB

 RED value IS 130 (51.17% from 255) = 27.96%

 GREEN value IS 165 (64.84% from 255) = 35.48%

 BLUE value IS 170 (66.8% from 255) = 36.56%

R = 27.96%
G = 35.48%
B = 36.56%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#82A5AA (or 0x82A5AA) is known color: Ziggurat. HEX triplet: 82, A5 and AA. RGB value is (130,165,170). Sum of RGB (Red+Green+Blue) = 130+165+170=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 170 - color contains mainly: blue. Hex color #82A5AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A5AA is #7D5A55. Grayscale: #9B9B9B. Windows color (decimal): -8215126 or 11183490. OLE color: 11183490.

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

Color convert

RGB 130 165 170 -
CMYK 0.24 0.03 0 0.33
HSL 187.5º 0.19% 0.59% -
HSV(B) 187.5º 0.24% 0.67% -
XYZ 29.92 34.56 43.12 -
YUV 155.11 136.4 110.09 -
System Red Green Blue C M Y K H S L
Decimal 130 165 170 0.24 0.03 0 0.33 187.5 0.19 0.59
Hex 82 A5 AA 18 3 0 21 BC 13 3B
Octal 202 245 252 30 3 0 41 274 23 73
Binary 10000010 10100101 10101010 11000 11 0 100001 10111100 10011 111011

Color Harmonies of #82A5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A5AA

Black with #82A5AA

Text Example


Text Example

White with #82A5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82A5AA; }

 p { color: rgb(130,165,170); }

 H1.HeaderClassName
 {
   color: #82A5AA;
 }
 .AnyTagClassName
 {
   color: #82A5AA;
 }
</style>

background-color css

<style>
 a { background-color: #82A5AA; }

 a { background-color: rgb(130,165,170); }

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

border-color css

<style>
 span { border-color: #82A5AA; }

 span { border-color: rgb(130,165,170); }

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