Shades of Cosmic #83556D
Tints of Cosmic #83556D
RGB
CMYK
RGB Variations
Color information
#83556D (or 0x83556D) is known color: Cosmic. HEX triplet: 83, 55 and 6D. RGB value is (131,85,109). Sum of RGB (Red+Green+Blue) = 131+85+109=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 131 - color contains mainly: red. Hex color #83556D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83556D is #7CAA92. Grayscale: #656565. Windows color (decimal): -8170131 or 7165315. OLE color: 7165315.
HSL color Cylindrical-coordinate representation of color #83556D: hue angle of 328.7º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83556D is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 85 | 109 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.49 |
| HSL | 328.7º | 0.21% | 0.42% | - |
| HSV(B) | 328.7º | 0.35% | 0.51% | - |
| XYZ | 15.37 | 12.43 | 16.06 | - |
| YUV | 101.49 | 132.24 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 85 | 109 | 0 | 0.35 | 0.17 | 0.49 | 328.7 | 0.21 | 0.42 |
| Hex | 83 | 55 | 6D | 0 | 23 | 11 | 31 | 149 | 15 | 2A |
| Octal | 203 | 125 | 155 | 0 | 43 | 21 | 61 | 511 | 25 | 52 |
| Binary | 10000011 | 1010101 | 1101101 | 0 | 100011 | 10001 | 110001 | 101001001 | 10101 | 101010 |
Color Harmonies of #83556D
Complementary color
Monochromatic Colors of #83556D
Black with #83556D
Text Example
Text Example
White with #83556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83556D; }
p { color: rgb(131,85,109); }
H1.HeaderClassName
{
color: #83556D;
}
.AnyTagClassName
{
color: #83556D;
}
</style>
background-color css
<style>
a { background-color: #83556D; }
a { background-color: rgb(131,85,109); }
div.DivClassName
{
background-color: #83556D;
}
.BgClassName
{
background-color: #83556D;
}
</style>
border-color css
<style>
span { border-color: #83556D; }
span { border-color: rgb(131,85,109); }
td.TdClassName
{
border-color: #83556D;
}
.TagClassName
{
border-color: #83556D;
}
</style>