Shades of Pale Sky #546D73
Tints of Pale Sky #546D73
RGB
CMYK
RGB Variations
Color information
#546D73 (or 0x546D73) is known color: Pale Sky. HEX triplet: 54, 6D and 73. RGB value is (84,109,115). Sum of RGB (Red+Green+Blue) = 84+109+115=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 115 - color contains mainly: blue. Hex color #546D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546D73 is #AB928C. Grayscale: #666666. Windows color (decimal): -11244173 or 7564628. OLE color: 7564628.
HSL color Cylindrical-coordinate representation of color #546D73: hue angle of 191.61º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #546D73 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 109 | 115 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.55 |
| HSL | 191.61º | 0.16% | 0.39% | - |
| HSV(B) | 191.61º | 0.27% | 0.45% | - |
| XYZ | 12.22 | 14.06 | 18.29 | - |
| YUV | 102.21 | 135.22 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 109 | 115 | 0.27 | 0.05 | 0 | 0.55 | 191.61 | 0.16 | 0.39 |
| Hex | 54 | 6D | 73 | 1B | 5 | 0 | 37 | C0 | 10 | 27 |
| Octal | 124 | 155 | 163 | 33 | 5 | 0 | 67 | 300 | 20 | 47 |
| Binary | 1010100 | 1101101 | 1110011 | 11011 | 101 | 0 | 110111 | 11000000 | 10000 | 100111 |
Color Harmonies of #546D73
Complementary color
Monochromatic Colors of #546D73
Black with #546D73
Text Example
Text Example
White with #546D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546D73; }
p { color: rgb(84,109,115); }
H1.HeaderClassName
{
color: #546D73;
}
.AnyTagClassName
{
color: #546D73;
}
</style>
background-color css
<style>
a { background-color: #546D73; }
a { background-color: rgb(84,109,115); }
div.DivClassName
{
background-color: #546D73;
}
.BgClassName
{
background-color: #546D73;
}
</style>
border-color css
<style>
span { border-color: #546D73; }
span { border-color: rgb(84,109,115); }
td.TdClassName
{
border-color: #546D73;
}
.TagClassName
{
border-color: #546D73;
}
</style>