Shades of Cosmic #805B6E
Tints of Cosmic #805B6E
RGB
CMYK
RGB Variations
Color information
#805B6E (or 0x805B6E) is known color: Cosmic. HEX triplet: 80, 5B and 6E. RGB value is (128,91,110). Sum of RGB (Red+Green+Blue) = 128+91+110=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 128 - color contains mainly: red. Hex color #805B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805B6E is #7FA491. Grayscale: #686868. Windows color (decimal): -8365202 or 7232384. OLE color: 7232384.
HSL color Cylindrical-coordinate representation of color #805B6E: hue angle of 329.19º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #805B6E is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 91 | 110 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.50 |
| HSL | 329.19º | 0.17% | 0.43% | - |
| HSV(B) | 329.19º | 0.29% | 0.5% | - |
| XYZ | 15.46 | 13.2 | 16.48 | - |
| YUV | 104.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 91 | 110 | 0 | 0.29 | 0.14 | 0.50 | 329.19 | 0.17 | 0.43 |
| Hex | 80 | 5B | 6E | 0 | 1D | E | 32 | 149 | 11 | 2B |
| Octal | 200 | 133 | 156 | 0 | 35 | 16 | 62 | 511 | 21 | 53 |
| Binary | 10000000 | 1011011 | 1101110 | 0 | 11101 | 1110 | 110010 | 101001001 | 10001 | 101011 |
Color Harmonies of #805B6E
Complementary color
Monochromatic Colors of #805B6E
Black with #805B6E
Text Example
Text Example
White with #805B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805B6E; }
p { color: rgb(128,91,110); }
H1.HeaderClassName
{
color: #805B6E;
}
.AnyTagClassName
{
color: #805B6E;
}
</style>
background-color css
<style>
a { background-color: #805B6E; }
a { background-color: rgb(128,91,110); }
div.DivClassName
{
background-color: #805B6E;
}
.BgClassName
{
background-color: #805B6E;
}
</style>
border-color css
<style>
span { border-color: #805B6E; }
span { border-color: rgb(128,91,110); }
td.TdClassName
{
border-color: #805B6E;
}
.TagClassName
{
border-color: #805B6E;
}
</style>