Shades of Chetwode Blue #5564BF
Tints of Chetwode Blue #5564BF
RGB
CMYK
RGB Variations
Color information
#5564BF (or 0x5564BF) is known color: Chetwode Blue. HEX triplet: 55, 64 and BF. RGB value is (85,100,191). Sum of RGB (Red+Green+Blue) = 85+100+191=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #5564BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5564BF is #AA9B40. Grayscale: #696969. Windows color (decimal): -11180865 or 12543061. OLE color: 12543061.
HSL color Cylindrical-coordinate representation of color #5564BF: hue angle of 231.51º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5564BF is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 100 | 191 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.25 |
| HSL | 231.51º | 0.45% | 0.54% | - |
| HSV(B) | 231.51º | 0.55% | 0.75% | - |
| XYZ | 17.71 | 14.81 | 51.22 | - |
| YUV | 105.89 | 176.03 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 191 | 0.55 | 0.48 | 0 | 0.25 | 231.51 | 0.45 | 0.54 |
| Hex | 55 | 64 | BF | 37 | 30 | 0 | 19 | E8 | 2D | 36 |
| Octal | 125 | 144 | 277 | 67 | 60 | 0 | 31 | 350 | 55 | 66 |
| Binary | 1010101 | 1100100 | 10111111 | 110111 | 110000 | 0 | 11001 | 11101000 | 101101 | 110110 |
Color Harmonies of #5564BF
Complementary color
Monochromatic Colors of #5564BF
Black with #5564BF
Text Example
Text Example
White with #5564BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5564BF; }
p { color: rgb(85,100,191); }
H1.HeaderClassName
{
color: #5564BF;
}
.AnyTagClassName
{
color: #5564BF;
}
</style>
background-color css
<style>
a { background-color: #5564BF; }
a { background-color: rgb(85,100,191); }
div.DivClassName
{
background-color: #5564BF;
}
.BgClassName
{
background-color: #5564BF;
}
</style>
border-color css
<style>
span { border-color: #5564BF; }
span { border-color: rgb(85,100,191); }
td.TdClassName
{
border-color: #5564BF;
}
.TagClassName
{
border-color: #5564BF;
}
</style>