Html Css Color HEX #82566B Cosmic

📋 copy color: '#82566B'

red 130 ◦ green 86 ◦ blue 107

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

Shades of Cosmic #82566B

Tints of Cosmic #82566B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.13%

R = 40.25%
G = 26.63%
B = 33.13%

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

#82566B (or 0x82566B) is known color: Cosmic. HEX triplet: 82, 56 and 6B. RGB value is (130,86,107). Sum of RGB (Red+Green+Blue) = 130+86+107=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 130 - color contains mainly: red. Hex color #82566B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82566B is #7DA994. Grayscale: #656565. Windows color (decimal): -8235413 or 7034498. OLE color: 7034498.

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

Color convert

RGB 130 86 107 -
CMYK 0 0.34 0.18 0.49
HSL 331.36º 0.2% 0.42% -
HSV(B) 331.36º 0.34% 0.51% -
XYZ 15.19 12.46 15.52 -
YUV 101.55 131.08 148.29 -
System Red Green Blue C M Y K H S L
Decimal 130 86 107 0 0.34 0.18 0.49 331.36 0.2 0.42
Hex 82 56 6B 0 22 12 31 14B 14 2A
Octal 202 126 153 0 42 22 61 513 24 52
Binary 10000010 1010110 1101011 0 100010 10010 110001 101001011 10100 101010

Color Harmonies of #82566B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82566B

Black with #82566B

Text Example


Text Example

White with #82566B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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