Html Css Color HEX #82556C Cosmic

📋 copy color: '#82556C'

red 130 ◦ green 85 ◦ blue 108

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

Shades of Cosmic #82556C

Tints of Cosmic #82556C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.44%

R = 40.25%
G = 26.32%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#82556C (or 0x82556C) is known color: Cosmic. HEX triplet: 82, 55 and 6C. RGB value is (130,85,108). Sum of RGB (Red+Green+Blue) = 130+85+108=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 130 - color contains mainly: red. Hex color #82556C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82556C is #7DAA93. Grayscale: #656565. Windows color (decimal): -8235668 or 7099778. OLE color: 7099778.

HSL color Cylindrical-coordinate representation of color #82556C: hue angle of 329.33º 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 #82556C is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 85 108 -
CMYK 0 0.35 0.17 0.49
HSL 329.33º 0.21% 0.42% -
HSV(B) 329.33º 0.35% 0.51% -
XYZ 15.16 12.33 15.77 -
YUV 101.08 131.91 148.63 -
System Red Green Blue C M Y K H S L
Decimal 130 85 108 0 0.35 0.17 0.49 329.33 0.21 0.42
Hex 82 55 6C 0 23 11 31 149 15 2A
Octal 202 125 154 0 43 21 61 511 25 52
Binary 10000010 1010101 1101100 0 100011 10001 110001 101001001 10101 101010

Color Harmonies of #82556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82556C

Black with #82556C

Text Example


Text Example

White with #82556C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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