Shades of Pale Sky #546F74
Tints of Pale Sky #546F74
RGB
CMYK
RGB Variations
Color information
#546F74 (or 0x546F74) is known color: Pale Sky. HEX triplet: 54, 6F and 74. RGB value is (84,111,116). Sum of RGB (Red+Green+Blue) = 84+111+116=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 116 - color contains mainly: blue. Hex color #546F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546F74 is #AB908B. Grayscale: #676767. Windows color (decimal): -11243660 or 7630676. OLE color: 7630676.
HSL color Cylindrical-coordinate representation of color #546F74: hue angle of 189.38º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #546F74 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 111 | 116 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.55 |
| HSL | 189.38º | 0.16% | 0.39% | - |
| HSV(B) | 189.38º | 0.28% | 0.45% | - |
| XYZ | 12.49 | 14.51 | 18.67 | - |
| YUV | 103.5 | 135.05 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 111 | 116 | 0.28 | 0.04 | 0 | 0.55 | 189.38 | 0.16 | 0.39 |
| Hex | 54 | 6F | 74 | 1C | 4 | 0 | 37 | BD | 10 | 27 |
| Octal | 124 | 157 | 164 | 34 | 4 | 0 | 67 | 275 | 20 | 47 |
| Binary | 1010100 | 1101111 | 1110100 | 11100 | 100 | 0 | 110111 | 10111101 | 10000 | 100111 |
Color Harmonies of #546F74
Complementary color
Monochromatic Colors of #546F74
Black with #546F74
Text Example
Text Example
White with #546F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546F74; }
p { color: rgb(84,111,116); }
H1.HeaderClassName
{
color: #546F74;
}
.AnyTagClassName
{
color: #546F74;
}
</style>
background-color css
<style>
a { background-color: #546F74; }
a { background-color: rgb(84,111,116); }
div.DivClassName
{
background-color: #546F74;
}
.BgClassName
{
background-color: #546F74;
}
</style>
border-color css
<style>
span { border-color: #546F74; }
span { border-color: rgb(84,111,116); }
td.TdClassName
{
border-color: #546F74;
}
.TagClassName
{
border-color: #546F74;
}
</style>