Shades of Chetwode Blue #5468C2
Tints of Chetwode Blue #5468C2
RGB
CMYK
RGB Variations
Color information
#5468C2 (or 0x5468C2) is known color: Chetwode Blue. HEX triplet: 54, 68 and C2. RGB value is (84,104,194). Sum of RGB (Red+Green+Blue) = 84+104+194=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 194 (76.17% from 255 or 50.79% from 382); Max value from RGB is 194 - color contains mainly: blue. Hex color #5468C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5468C2 is #AB973D. Grayscale: #6B6B6B. Windows color (decimal): -11245374 or 12740692. OLE color: 12740692.
HSL color Cylindrical-coordinate representation of color #5468C2: hue angle of 229.09º 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 #5468C2 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 104 | 194 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.24 |
| HSL | 229.09º | 0.47% | 0.55% | - |
| HSV(B) | 229.09º | 0.57% | 0.76% | - |
| XYZ | 18.34 | 15.68 | 53.1 | - |
| YUV | 108.28 | 176.37 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 104 | 194 | 0.57 | 0.46 | 0 | 0.24 | 229.09 | 0.47 | 0.55 |
| Hex | 54 | 68 | C2 | 39 | 2E | 0 | 18 | E5 | 2F | 37 |
| Octal | 124 | 150 | 302 | 71 | 56 | 0 | 30 | 345 | 57 | 67 |
| Binary | 1010100 | 1101000 | 11000010 | 111001 | 101110 | 0 | 11000 | 11100101 | 101111 | 110111 |
Color Harmonies of #5468C2
Complementary color
Monochromatic Colors of #5468C2
Black with #5468C2
Text Example
Text Example
White with #5468C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5468C2; }
p { color: rgb(84,104,194); }
H1.HeaderClassName
{
color: #5468C2;
}
.AnyTagClassName
{
color: #5468C2;
}
</style>
background-color css
<style>
a { background-color: #5468C2; }
a { background-color: rgb(84,104,194); }
div.DivClassName
{
background-color: #5468C2;
}
.BgClassName
{
background-color: #5468C2;
}
</style>
border-color css
<style>
span { border-color: #5468C2; }
span { border-color: rgb(84,104,194); }
td.TdClassName
{
border-color: #5468C2;
}
.TagClassName
{
border-color: #5468C2;
}
</style>