Shades of Cosmic #83586E
Tints of Cosmic #83586E
RGB
CMYK
RGB Variations
Color information
#83586E (or 0x83586E) is known color: Cosmic. HEX triplet: 83, 58 and 6E. RGB value is (131,88,110). Sum of RGB (Red+Green+Blue) = 131+88+110=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 131 - color contains mainly: red. Hex color #83586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83586E is #7CA791. Grayscale: #676767. Windows color (decimal): -8169362 or 7231619. OLE color: 7231619.
HSL color Cylindrical-coordinate representation of color #83586E: hue angle of 329.3º 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 #83586E is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 88 | 110 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.49 |
| HSL | 329.3º | 0.2% | 0.43% | - |
| HSV(B) | 329.3º | 0.33% | 0.51% | - |
| XYZ | 15.66 | 12.93 | 16.42 | - |
| YUV | 103.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 88 | 110 | 0 | 0.33 | 0.16 | 0.49 | 329.3 | 0.2 | 0.43 |
| Hex | 83 | 58 | 6E | 0 | 21 | 10 | 31 | 149 | 14 | 2B |
| Octal | 203 | 130 | 156 | 0 | 41 | 20 | 61 | 511 | 24 | 53 |
| Binary | 10000011 | 1011000 | 1101110 | 0 | 100001 | 10000 | 110001 | 101001001 | 10100 | 101011 |
Color Harmonies of #83586E
Complementary color
Monochromatic Colors of #83586E
Black with #83586E
Text Example
Text Example
White with #83586E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83586E; }
p { color: rgb(131,88,110); }
H1.HeaderClassName
{
color: #83586E;
}
.AnyTagClassName
{
color: #83586E;
}
</style>
background-color css
<style>
a { background-color: #83586E; }
a { background-color: rgb(131,88,110); }
div.DivClassName
{
background-color: #83586E;
}
.BgClassName
{
background-color: #83586E;
}
</style>
border-color css
<style>
span { border-color: #83586E; }
span { border-color: rgb(131,88,110); }
td.TdClassName
{
border-color: #83586E;
}
.TagClassName
{
border-color: #83586E;
}
</style>