Html Css Color HEX #82586E Cosmic

📋 copy color: '#82586E'

red 130 ◦ green 88 ◦ blue 110

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

Shades of Cosmic #82586E

Tints of Cosmic #82586E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.54%

R = 39.63%
G = 26.83%
B = 33.54%

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

#82586E (or 0x82586E) is known color: Cosmic. HEX triplet: 82, 58 and 6E. RGB value is (130,88,110). Sum of RGB (Red+Green+Blue) = 130+88+110=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 130 - color contains mainly: red. Hex color #82586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82586E is #7DA791. Grayscale: #676767. Windows color (decimal): -8234898 or 7231618. OLE color: 7231618.

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

Color convert

RGB 130 88 110 -
CMYK 0 0.32 0.15 0.49
HSL 328.57º 0.19% 0.43% -
HSV(B) 328.57º 0.32% 0.51% -
XYZ 15.51 12.85 16.41 -
YUV 103.07 131.91 147.21 -
System Red Green Blue C M Y K H S L
Decimal 130 88 110 0 0.32 0.15 0.49 328.57 0.19 0.43
Hex 82 58 6E 0 20 F 31 149 13 2B
Octal 202 130 156 0 40 17 61 511 23 53
Binary 10000010 1011000 1101110 0 100000 1111 110001 101001001 10011 101011

Color Harmonies of #82586E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82586E

Black with #82586E

Text Example


Text Example

White with #82586E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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