#82ABB5

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

Shades of Ziggurat #82ABB5

Tints of Ziggurat #82ABB5

Color information

#82ABB5 (or 0x82ABB5) is unknown color: approx Ziggurat. HEX triplet: 82, AB and B5. RGB value is (130,171,181). Sum of RGB (Red+Green+Blue) = 130+171+181=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 181 - color contains mainly: blue. Hex color #82ABB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ABB5 is #7D544A. Grayscale: #9F9F9F. Windows color (decimal): -8213579 or 11905922. OLE color: 11905922.

HSL color Cylindrical-coordinate representation of color #82ABB5: hue angle of 191.76º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82ABB5 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB130171181-
CMYK0.280.0600.29
HSL191.76º25.63%60.98%-
HSV(B)191.76º28.18%70.98%-
XYZ32.1137.2149.21-
YUV159.88139.92106.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.97%
GREEN value IS 171 (67.19% from 255) = 35.48%
BLUE value IS 181 (71.09% from 255) = 37.55%
R=26.97%
G=35.48%
B=37.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1301711810.280.0600.29191.7625.6360.98
Hex82ABB51C601Dc01a3d
Octal2022532653460353003275
Binary100000101010101110110101111001100111011100000011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ABB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,171,181); }

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

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

 a { background-color: rgb(130,171,181); }

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

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

 span { border-color: rgb(130,171,181); }

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