Html Css Color HEX #82586C Cosmic

📋 copy color: '#82586C'

red 130 ◦ green 88 ◦ blue 108

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

Shades of Cosmic #82586C

Tints of Cosmic #82586C

RGB

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

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

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

R = 39.88%
G = 26.99%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#82586C (or 0x82586C) is known color: Cosmic. HEX triplet: 82, 58 and 6C. RGB value is (130,88,108). Sum of RGB (Red+Green+Blue) = 130+88+108=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #82586C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82586C is #7DA793. Grayscale: #666666. Windows color (decimal): -8234900 or 7100546. OLE color: 7100546.

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

Color convert

RGB 130 88 108 -
CMYK 0 0.32 0.17 0.49
HSL 331.43º 0.19% 0.43% -
HSV(B) 331.43º 0.32% 0.51% -
XYZ 15.4 12.81 15.85 -
YUV 102.84 130.91 147.37 -
System Red Green Blue C M Y K H S L
Decimal 130 88 108 0 0.32 0.17 0.49 331.43 0.19 0.43
Hex 82 58 6C 0 20 11 31 14B 13 2B
Octal 202 130 154 0 40 21 61 513 23 53
Binary 10000010 1011000 1101100 0 100000 10001 110001 101001011 10011 101011

Color Harmonies of #82586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82586C

Black with #82586C

Text Example


Text Example

White with #82586C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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