Html Css Color HEX #82586D Cosmic

📋 copy color: '#82586D'

red 130 ◦ green 88 ◦ blue 109

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

Shades of Cosmic #82586D

Tints of Cosmic #82586D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.33%

R = 39.76%
G = 26.91%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#82586D (or 0x82586D) is known color: Cosmic. HEX triplet: 82, 58 and 6D. RGB value is (130,88,109). Sum of RGB (Red+Green+Blue) = 130+88+109=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #82586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82586D is #7DA792. Grayscale: #666666. Windows color (decimal): -8234899 or 7166082. OLE color: 7166082.

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

Color convert

RGB 130 88 109 -
CMYK 0 0.32 0.16 0.49
HSL 330º 0.19% 0.43% -
HSV(B) 330º 0.32% 0.51% -
XYZ 15.46 12.83 16.13 -
YUV 102.95 131.41 147.29 -
System Red Green Blue C M Y K H S L
Decimal 130 88 109 0 0.32 0.16 0.49 330 0.19 0.43
Hex 82 58 6D 0 20 10 31 14A 13 2B
Octal 202 130 155 0 40 20 61 512 23 53
Binary 10000010 1011000 1101101 0 100000 10000 110001 101001010 10011 101011

Color Harmonies of #82586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82586D

Black with #82586D

Text Example


Text Example

White with #82586D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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