Html Css Color HEX #82586F Cosmic

📋 copy color: '#82586F'

red 130 ◦ green 88 ◦ blue 111

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

Shades of Cosmic #82586F

Tints of Cosmic #82586F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.74%

R = 39.51%
G = 26.75%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82586F (or 0x82586F) is known color: Cosmic. HEX triplet: 82, 58 and 6F. RGB value is (130,88,111). Sum of RGB (Red+Green+Blue) = 130+88+111=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #82586F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82586F is #7DA790. Grayscale: #676767. Windows color (decimal): -8234897 or 7297154. OLE color: 7297154.

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

Color convert

RGB 130 88 111 -
CMYK 0 0.32 0.15 0.49
HSL 327.14º 0.19% 0.43% -
HSV(B) 327.14º 0.32% 0.51% -
XYZ 15.56 12.87 16.7 -
YUV 103.18 132.41 147.13 -
System Red Green Blue C M Y K H S L
Decimal 130 88 111 0 0.32 0.15 0.49 327.14 0.19 0.43
Hex 82 58 6F 0 20 F 31 147 13 2B
Octal 202 130 157 0 40 17 61 507 23 53
Binary 10000010 1011000 1101111 0 100000 1111 110001 101000111 10011 101011

Color Harmonies of #82586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82586F

Black with #82586F

Text Example


Text Example

White with #82586F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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