Shades of Chetwode Blue #546FB7
Tints of Chetwode Blue #546FB7
RGB
CMYK
RGB Variations
Color information
#546FB7 (or 0x546FB7) is known color: Chetwode Blue. HEX triplet: 54, 6F and B7. RGB value is (84,111,183). Sum of RGB (Red+Green+Blue) = 84+111+183=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 183 (71.88% from 255 or 48.41% from 378); Max value from RGB is 183 - color contains mainly: blue. Hex color #546FB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546FB7 is #AB9048. Grayscale: #6E6E6E. Windows color (decimal): -11243593 or 12021588. OLE color: 12021588.
HSL color Cylindrical-coordinate representation of color #546FB7: hue angle of 223.64º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #546FB7 is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 84 | 111 | 183 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.28 |
| HSL | 223.64º | 0.41% | 0.52% | - |
| HSV(B) | 223.64º | 0.54% | 0.72% | - |
| XYZ | 17.89 | 16.67 | 47.08 | - |
| YUV | 111.14 | 168.55 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 111 | 183 | 0.54 | 0.39 | 0 | 0.28 | 223.64 | 0.41 | 0.52 |
| Hex | 54 | 6F | B7 | 36 | 27 | 0 | 1C | E0 | 29 | 34 |
| Octal | 124 | 157 | 267 | 66 | 47 | 0 | 34 | 340 | 51 | 64 |
| Binary | 1010100 | 1101111 | 10110111 | 110110 | 100111 | 0 | 11100 | 11100000 | 101001 | 110100 |
Color Harmonies of #546FB7
Complementary color
Monochromatic Colors of #546FB7
Black with #546FB7
Text Example
Text Example
White with #546FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546FB7; }
p { color: rgb(84,111,183); }
H1.HeaderClassName
{
color: #546FB7;
}
.AnyTagClassName
{
color: #546FB7;
}
</style>
background-color css
<style>
a { background-color: #546FB7; }
a { background-color: rgb(84,111,183); }
div.DivClassName
{
background-color: #546FB7;
}
.BgClassName
{
background-color: #546FB7;
}
</style>
border-color css
<style>
span { border-color: #546FB7; }
span { border-color: rgb(84,111,183); }
td.TdClassName
{
border-color: #546FB7;
}
.TagClassName
{
border-color: #546FB7;
}
</style>