Html Css Color HEX #82556A Cosmic

📋 copy color: '#82556A'

red 130 ◦ green 85 ◦ blue 106

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

Shades of Cosmic #82556A

Tints of Cosmic #82556A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.48%

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

R = 40.5%
G = 26.48%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82556A (or 0x82556A) is known color: Cosmic. HEX triplet: 82, 55 and 6A. RGB value is (130,85,106). Sum of RGB (Red+Green+Blue) = 130+85+106=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #82556A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82556A is #7DAA95. Grayscale: #646464. Windows color (decimal): -8235670 or 6968706. OLE color: 6968706.

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

Color convert

RGB 130 85 106 -
CMYK 0 0.35 0.18 0.49
HSL 332º 0.21% 0.42% -
HSV(B) 332º 0.35% 0.51% -
XYZ 15.06 12.28 15.21 -
YUV 100.85 130.91 148.79 -
System Red Green Blue C M Y K H S L
Decimal 130 85 106 0 0.35 0.18 0.49 332 0.21 0.42
Hex 82 55 6A 0 23 12 31 14C 15 2A
Octal 202 125 152 0 43 22 61 514 25 52
Binary 10000010 1010101 1101010 0 100011 10010 110001 101001100 10101 101010

Color Harmonies of #82556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82556A

Black with #82556A

Text Example


Text Example

White with #82556A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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