Shades of Cosmic #83586C
Tints of Cosmic #83586C
RGB
CMYK
RGB Variations
Color information
#83586C (or 0x83586C) is known color: Cosmic. HEX triplet: 83, 58 and 6C. RGB value is (131,88,108). Sum of RGB (Red+Green+Blue) = 131+88+108=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 131 - color contains mainly: red. Hex color #83586C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83586C is #7CA793. Grayscale: #676767. Windows color (decimal): -8169364 or 7100547. OLE color: 7100547.
HSL color Cylindrical-coordinate representation of color #83586C: hue angle of 332.09º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83586C is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 88 | 108 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.49 |
| HSL | 332.09º | 0.2% | 0.43% | - |
| HSV(B) | 332.09º | 0.33% | 0.51% | - |
| XYZ | 15.56 | 12.89 | 15.85 | - |
| YUV | 103.14 | 130.75 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 88 | 108 | 0 | 0.33 | 0.18 | 0.49 | 332.09 | 0.2 | 0.43 |
| Hex | 83 | 58 | 6C | 0 | 21 | 12 | 31 | 14C | 14 | 2B |
| Octal | 203 | 130 | 154 | 0 | 41 | 22 | 61 | 514 | 24 | 53 |
| Binary | 10000011 | 1011000 | 1101100 | 0 | 100001 | 10010 | 110001 | 101001100 | 10100 | 101011 |
Color Harmonies of #83586C
Complementary color
Monochromatic Colors of #83586C
Black with #83586C
Text Example
Text Example
White with #83586C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83586C; }
p { color: rgb(131,88,108); }
H1.HeaderClassName
{
color: #83586C;
}
.AnyTagClassName
{
color: #83586C;
}
</style>
background-color css
<style>
a { background-color: #83586C; }
a { background-color: rgb(131,88,108); }
div.DivClassName
{
background-color: #83586C;
}
.BgClassName
{
background-color: #83586C;
}
</style>
border-color css
<style>
span { border-color: #83586C; }
span { border-color: rgb(131,88,108); }
td.TdClassName
{
border-color: #83586C;
}
.TagClassName
{
border-color: #83586C;
}
</style>