Shades of Pale Sky #54666E
Tints of Pale Sky #54666E
RGB
CMYK
RGB Variations
Color information
#54666E (or 0x54666E) is known color: Pale Sky. HEX triplet: 54, 66 and 6E. RGB value is (84,102,110). Sum of RGB (Red+Green+Blue) = 84+102+110=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 110 - color contains mainly: blue. Hex color #54666E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54666E is #AB9991. Grayscale: #616161. Windows color (decimal): -11245970 or 7235156. OLE color: 7235156.
HSL color Cylindrical-coordinate representation of color #54666E: hue angle of 198.46º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #54666E is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 102 | 110 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.57 |
| HSL | 198.46º | 0.13% | 0.38% | - |
| HSV(B) | 198.46º | 0.24% | 0.43% | - |
| XYZ | 11.22 | 12.51 | 16.58 | - |
| YUV | 97.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 102 | 110 | 0.24 | 0.07 | 0 | 0.57 | 198.46 | 0.13 | 0.38 |
| Hex | 54 | 66 | 6E | 18 | 7 | 0 | 39 | C6 | D | 26 |
| Octal | 124 | 146 | 156 | 30 | 7 | 0 | 71 | 306 | 15 | 46 |
| Binary | 1010100 | 1100110 | 1101110 | 11000 | 111 | 0 | 111001 | 11000110 | 1101 | 100110 |
Color Harmonies of #54666E
Complementary color
Monochromatic Colors of #54666E
Black with #54666E
Text Example
Text Example
White with #54666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54666E; }
p { color: rgb(84,102,110); }
H1.HeaderClassName
{
color: #54666E;
}
.AnyTagClassName
{
color: #54666E;
}
</style>
background-color css
<style>
a { background-color: #54666E; }
a { background-color: rgb(84,102,110); }
div.DivClassName
{
background-color: #54666E;
}
.BgClassName
{
background-color: #54666E;
}
</style>
border-color css
<style>
span { border-color: #54666E; }
span { border-color: rgb(84,102,110); }
td.TdClassName
{
border-color: #54666E;
}
.TagClassName
{
border-color: #54666E;
}
</style>