Html Css Color HEX #82A5A0 Cascade

📋 copy color: '#82A5A0'

red 130 ◦ green 165 ◦ blue 160

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

Shades of Cascade #82A5A0

Tints of Cascade #82A5A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.16%

R = 28.57%
G = 36.26%
B = 35.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#82A5A0 (or 0x82A5A0) is known color: Cascade. HEX triplet: 82, A5 and A0. RGB value is (130,165,160). Sum of RGB (Red+Green+Blue) = 130+165+160=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 165 - color contains mainly: green. Hex color #82A5A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A5A0 is #7D5A5F. Grayscale: #999999. Windows color (decimal): -8215136 or 10528130. OLE color: 10528130.

HSL color Cylindrical-coordinate representation of color #82A5A0: hue angle of 171.43º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #82A5A0 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB 130 165 160 -
CMYK 0.21 0 0.03 0.35
HSL 171.43º 0.16% 0.58% -
HSV(B) 171.43º 0.21% 0.65% -
XYZ 29.01 34.19 38.33 -
YUV 153.97 131.4 110.91 -
System Red Green Blue C M Y K H S L
Decimal 130 165 160 0.21 0 0.03 0.35 171.43 0.16 0.58
Hex 82 A5 A0 15 0 3 23 AB 10 3A
Octal 202 245 240 25 0 3 43 253 20 72
Binary 10000010 10100101 10100000 10101 0 11 100011 10101011 10000 111010

Color Harmonies of #82A5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A5A0

Black with #82A5A0

Text Example


Text Example

White with #82A5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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