Html Css Color HEX #82566A Cosmic

📋 copy color: '#82566A'

red 130 ◦ green 86 ◦ blue 106

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

Shades of Cosmic #82566A

Tints of Cosmic #82566A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.71%

 BLUE value IS 106 (41.8% from 255) = 32.92%

R = 40.37%
G = 26.71%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82566A (or 0x82566A) is known color: Cosmic. HEX triplet: 82, 56 and 6A. RGB value is (130,86,106). Sum of RGB (Red+Green+Blue) = 130+86+106=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #82566A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82566A is #7DA995. Grayscale: #656565. Windows color (decimal): -8235414 or 6968962. OLE color: 6968962.

HSL color Cylindrical-coordinate representation of color #82566A: hue angle of 332.73º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82566A is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 86 106 -
CMYK 0 0.34 0.18 0.49
HSL 332.73º 0.2% 0.42% -
HSV(B) 332.73º 0.34% 0.51% -
XYZ 15.14 12.44 15.24 -
YUV 101.44 130.58 148.37 -
System Red Green Blue C M Y K H S L
Decimal 130 86 106 0 0.34 0.18 0.49 332.73 0.2 0.42
Hex 82 56 6A 0 22 12 31 14D 14 2A
Octal 202 126 152 0 42 22 61 515 24 52
Binary 10000010 1010110 1101010 0 100010 10010 110001 101001101 10100 101010

Color Harmonies of #82566A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82566A

Black with #82566A

Text Example


Text Example

White with #82566A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82566A; }

 p { color: rgb(130,86,106); }

 H1.HeaderClassName
 {
   color: #82566A;
 }
 .AnyTagClassName
 {
   color: #82566A;
 }
</style>

background-color css

<style>
 a { background-color: #82566A; }

 a { background-color: rgb(130,86,106); }

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

border-color css

<style>
 span { border-color: #82566A; }

 span { border-color: rgb(130,86,106); }

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