Html Css Color HEX #82566F Cosmic

📋 copy color: '#82566F'

red 130 ◦ green 86 ◦ blue 111

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

Shades of Cosmic #82566F

Tints of Cosmic #82566F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.3%

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

R = 39.76%
G = 26.3%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82566F (or 0x82566F) is known color: Cosmic. HEX triplet: 82, 56 and 6F. RGB value is (130,86,111). Sum of RGB (Red+Green+Blue) = 130+86+111=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #82566F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82566F is #7DA990. Grayscale: #656565. Windows color (decimal): -8235409 or 7296642. OLE color: 7296642.

HSL color Cylindrical-coordinate representation of color #82566F: hue angle of 325.91º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82566F is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 86 111 -
CMYK 0 0.34 0.15 0.49
HSL 325.91º 0.2% 0.42% -
HSV(B) 325.91º 0.34% 0.51% -
XYZ 15.4 12.55 16.65 -
YUV 102.01 133.08 147.97 -
System Red Green Blue C M Y K H S L
Decimal 130 86 111 0 0.34 0.15 0.49 325.91 0.2 0.42
Hex 82 56 6F 0 22 F 31 146 14 2A
Octal 202 126 157 0 42 17 61 506 24 52
Binary 10000010 1010110 1101111 0 100010 1111 110001 101000110 10100 101010

Color Harmonies of #82566F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82566F

Black with #82566F

Text Example


Text Example

White with #82566F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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