Shades of Chetwode Blue #546CC2
Tints of Chetwode Blue #546CC2
RGB
CMYK
RGB Variations
Color information
#546CC2 (or 0x546CC2) is known color: Chetwode Blue. HEX triplet: 54, 6C and C2. RGB value is (84,108,194). Sum of RGB (Red+Green+Blue) = 84+108+194=386 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.76% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 194 (76.17% from 255 or 50.26% from 386); Max value from RGB is 194 - color contains mainly: blue. Hex color #546CC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546CC2 is #AB933D. Grayscale: #6E6E6E. Windows color (decimal): -11244350 or 12741716. OLE color: 12741716.
HSL color Cylindrical-coordinate representation of color #546CC2: hue angle of 226.91º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #546CC2 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 108 | 194 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.24 |
| HSL | 226.91º | 0.47% | 0.55% | - |
| HSV(B) | 226.91º | 0.57% | 0.76% | - |
| XYZ | 18.76 | 16.5 | 53.24 | - |
| YUV | 110.63 | 175.05 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 108 | 194 | 0.57 | 0.44 | 0 | 0.24 | 226.91 | 0.47 | 0.55 |
| Hex | 54 | 6C | C2 | 39 | 2C | 0 | 18 | E3 | 2F | 37 |
| Octal | 124 | 154 | 302 | 71 | 54 | 0 | 30 | 343 | 57 | 67 |
| Binary | 1010100 | 1101100 | 11000010 | 111001 | 101100 | 0 | 11000 | 11100011 | 101111 | 110111 |
Color Harmonies of #546CC2
Complementary color
Monochromatic Colors of #546CC2
Black with #546CC2
Text Example
Text Example
White with #546CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546CC2; }
p { color: rgb(84,108,194); }
H1.HeaderClassName
{
color: #546CC2;
}
.AnyTagClassName
{
color: #546CC2;
}
</style>
background-color css
<style>
a { background-color: #546CC2; }
a { background-color: rgb(84,108,194); }
div.DivClassName
{
background-color: #546CC2;
}
.BgClassName
{
background-color: #546CC2;
}
</style>
border-color css
<style>
span { border-color: #546CC2; }
span { border-color: rgb(84,108,194); }
td.TdClassName
{
border-color: #546CC2;
}
.TagClassName
{
border-color: #546CC2;
}
</style>