Shades of Cosmic #854F68
Tints of Cosmic #854F68
RGB
CMYK
RGB Variations
Color information
#854F68 (or 0x854F68) is known color: Cosmic. HEX triplet: 85, 4F and 68. RGB value is (133,79,104). Sum of RGB (Red+Green+Blue) = 133+79+104=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #854F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854F68 is #7AB097. Grayscale: #616161. Windows color (decimal): -8040600 or 6836101. OLE color: 6836101.
HSL color Cylindrical-coordinate representation of color #854F68: hue angle of 332.22º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #854F68 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 79 | 104 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.48 |
| HSL | 332.22º | 0.25% | 0.42% | - |
| HSV(B) | 332.22º | 0.41% | 0.52% | - |
| XYZ | 14.97 | 11.58 | 14.54 | - |
| YUV | 98 | 131.39 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 79 | 104 | 0 | 0.41 | 0.22 | 0.48 | 332.22 | 0.25 | 0.42 |
| Hex | 85 | 4F | 68 | 0 | 29 | 16 | 30 | 14C | 19 | 2A |
| Octal | 205 | 117 | 150 | 0 | 51 | 26 | 60 | 514 | 31 | 52 |
| Binary | 10000101 | 1001111 | 1101000 | 0 | 101001 | 10110 | 110000 | 101001100 | 11001 | 101010 |
Color Harmonies of #854F68
Complementary color
Monochromatic Colors of #854F68
Black with #854F68
Text Example
Text Example
White with #854F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854F68; }
p { color: rgb(133,79,104); }
H1.HeaderClassName
{
color: #854F68;
}
.AnyTagClassName
{
color: #854F68;
}
</style>
background-color css
<style>
a { background-color: #854F68; }
a { background-color: rgb(133,79,104); }
div.DivClassName
{
background-color: #854F68;
}
.BgClassName
{
background-color: #854F68;
}
</style>
border-color css
<style>
span { border-color: #854F68; }
span { border-color: rgb(133,79,104); }
td.TdClassName
{
border-color: #854F68;
}
.TagClassName
{
border-color: #854F68;
}
</style>