Shades of Chetwode Blue #546EC2
Tints of Chetwode Blue #546EC2
RGB
CMYK
RGB Variations
Color information
#546EC2 (or 0x546EC2) is known color: Chetwode Blue. HEX triplet: 54, 6E and C2. RGB value is (84,110,194). Sum of RGB (Red+Green+Blue) = 84+110+194=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 194 (76.17% from 255 or 50% from 388); Max value from RGB is 194 - color contains mainly: blue. Hex color #546EC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #546EC2 is #AB913D. Grayscale: #6F6F6F. Windows color (decimal): -11243838 or 12742228. OLE color: 12742228.
HSL color Cylindrical-coordinate representation of color #546EC2: hue angle of 225.82º 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 #546EC2 is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 110 | 194 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.24 |
| HSL | 225.82º | 0.47% | 0.55% | - |
| HSV(B) | 225.82º | 0.57% | 0.76% | - |
| XYZ | 18.97 | 16.93 | 53.31 | - |
| YUV | 111.8 | 174.39 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 110 | 194 | 0.57 | 0.43 | 0 | 0.24 | 225.82 | 0.47 | 0.55 |
| Hex | 54 | 6E | C2 | 39 | 2B | 0 | 18 | E2 | 2F | 37 |
| Octal | 124 | 156 | 302 | 71 | 53 | 0 | 30 | 342 | 57 | 67 |
| Binary | 1010100 | 1101110 | 11000010 | 111001 | 101011 | 0 | 11000 | 11100010 | 101111 | 110111 |
Color Harmonies of #546EC2
Complementary color
Monochromatic Colors of #546EC2
Black with #546EC2
Text Example
Text Example
White with #546EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546EC2; }
p { color: rgb(84,110,194); }
H1.HeaderClassName
{
color: #546EC2;
}
.AnyTagClassName
{
color: #546EC2;
}
</style>
background-color css
<style>
a { background-color: #546EC2; }
a { background-color: rgb(84,110,194); }
div.DivClassName
{
background-color: #546EC2;
}
.BgClassName
{
background-color: #546EC2;
}
</style>
border-color css
<style>
span { border-color: #546EC2; }
span { border-color: rgb(84,110,194); }
td.TdClassName
{
border-color: #546EC2;
}
.TagClassName
{
border-color: #546EC2;
}
</style>