Shades of Chetwode Blue #5464BC
Tints of Chetwode Blue #5464BC
RGB
CMYK
RGB Variations
Color information
#5464BC (or 0x5464BC) is known color: Chetwode Blue. HEX triplet: 54, 64 and BC. RGB value is (84,100,188). Sum of RGB (Red+Green+Blue) = 84+100+188=372 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.58% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #5464BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5464BC is #AB9B43. Grayscale: #686868. Windows color (decimal): -11246404 or 12346452. OLE color: 12346452.
HSL color Cylindrical-coordinate representation of color #5464BC: hue angle of 230.77º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5464BC is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 100 | 188 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.26 |
| HSL | 230.77º | 0.44% | 0.53% | - |
| HSV(B) | 230.77º | 0.55% | 0.74% | - |
| XYZ | 17.29 | 14.63 | 49.49 | - |
| YUV | 105.25 | 174.7 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 100 | 188 | 0.55 | 0.47 | 0 | 0.26 | 230.77 | 0.44 | 0.53 |
| Hex | 54 | 64 | BC | 37 | 2F | 0 | 1A | E7 | 2C | 35 |
| Octal | 124 | 144 | 274 | 67 | 57 | 0 | 32 | 347 | 54 | 65 |
| Binary | 1010100 | 1100100 | 10111100 | 110111 | 101111 | 0 | 11010 | 11100111 | 101100 | 110101 |
Color Harmonies of #5464BC
Complementary color
Monochromatic Colors of #5464BC
Black with #5464BC
Text Example
Text Example
White with #5464BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5464BC; }
p { color: rgb(84,100,188); }
H1.HeaderClassName
{
color: #5464BC;
}
.AnyTagClassName
{
color: #5464BC;
}
</style>
background-color css
<style>
a { background-color: #5464BC; }
a { background-color: rgb(84,100,188); }
div.DivClassName
{
background-color: #5464BC;
}
.BgClassName
{
background-color: #5464BC;
}
</style>
border-color css
<style>
span { border-color: #5464BC; }
span { border-color: rgb(84,100,188); }
td.TdClassName
{
border-color: #5464BC;
}
.TagClassName
{
border-color: #5464BC;
}
</style>