Html Css Color HEX #82586A Cosmic

📋 copy color: '#82586A'

red 130 ◦ green 88 ◦ blue 106

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

Shades of Cosmic #82586A

Tints of Cosmic #82586A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.16%

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

R = 40.12%
G = 27.16%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82586A (or 0x82586A) is known color: Cosmic. HEX triplet: 82, 58 and 6A. RGB value is (130,88,106). Sum of RGB (Red+Green+Blue) = 130+88+106=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 130 - color contains mainly: red. Hex color #82586A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82586A is #7DA795. Grayscale: #666666. Windows color (decimal): -8234902 or 6969474. OLE color: 6969474.

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

Color convert

RGB 130 88 106 -
CMYK 0 0.32 0.18 0.49
HSL 334.29º 0.19% 0.43% -
HSV(B) 334.29º 0.32% 0.51% -
XYZ 15.3 12.77 15.29 -
YUV 102.61 129.91 147.54 -
System Red Green Blue C M Y K H S L
Decimal 130 88 106 0 0.32 0.18 0.49 334.29 0.19 0.43
Hex 82 58 6A 0 20 12 31 14E 13 2B
Octal 202 130 152 0 40 22 61 516 23 53
Binary 10000010 1011000 1101010 0 100000 10010 110001 101001110 10011 101011

Color Harmonies of #82586A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82586A

Black with #82586A

Text Example


Text Example

White with #82586A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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