Html Css Color HEX #82566D Cosmic

📋 copy color: '#82566D'

red 130 ◦ green 86 ◦ blue 109

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

Shades of Cosmic #82566D

Tints of Cosmic #82566D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.54%

R = 40%
G = 26.46%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#82566D (or 0x82566D) is known color: Cosmic. HEX triplet: 82, 56 and 6D. RGB value is (130,86,109). Sum of RGB (Red+Green+Blue) = 130+86+109=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 130 - color contains mainly: red. Hex color #82566D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82566D is #7DA992. Grayscale: #656565. Windows color (decimal): -8235411 or 7165570. OLE color: 7165570.

HSL color Cylindrical-coordinate representation of color #82566D: hue angle of 328.64º 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 #82566D is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 86 109 -
CMYK 0 0.34 0.16 0.49
HSL 328.64º 0.2% 0.42% -
HSV(B) 328.64º 0.34% 0.51% -
XYZ 15.29 12.51 16.08 -
YUV 101.78 132.08 148.13 -
System Red Green Blue C M Y K H S L
Decimal 130 86 109 0 0.34 0.16 0.49 328.64 0.2 0.42
Hex 82 56 6D 0 22 10 31 149 14 2A
Octal 202 126 155 0 42 20 61 511 24 52
Binary 10000010 1010110 1101101 0 100010 10000 110001 101001001 10100 101010

Color Harmonies of #82566D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82566D

Black with #82566D

Text Example


Text Example

White with #82566D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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