Shades of Chetwode Blue #5565BF
Tints of Chetwode Blue #5565BF
RGB
CMYK
RGB Variations
Color information
#5565BF (or 0x5565BF) is known color: Chetwode Blue. HEX triplet: 55, 65 and BF. RGB value is (85,101,191). Sum of RGB (Red+Green+Blue) = 85+101+191=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #5565BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5565BF is #AA9A40. Grayscale: #6A6A6A. Windows color (decimal): -11180609 or 12543317. OLE color: 12543317.
HSL color Cylindrical-coordinate representation of color #5565BF: hue angle of 230.94º 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 #5565BF is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 101 | 191 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.25 |
| HSL | 230.94º | 0.45% | 0.54% | - |
| HSV(B) | 230.94º | 0.55% | 0.75% | - |
| XYZ | 17.8 | 15 | 51.25 | - |
| YUV | 106.48 | 175.7 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 191 | 0.55 | 0.47 | 0 | 0.25 | 230.94 | 0.45 | 0.54 |
| Hex | 55 | 65 | BF | 37 | 2F | 0 | 19 | E7 | 2D | 36 |
| Octal | 125 | 145 | 277 | 67 | 57 | 0 | 31 | 347 | 55 | 66 |
| Binary | 1010101 | 1100101 | 10111111 | 110111 | 101111 | 0 | 11001 | 11100111 | 101101 | 110110 |
Color Harmonies of #5565BF
Complementary color
Monochromatic Colors of #5565BF
Black with #5565BF
Text Example
Text Example
White with #5565BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5565BF; }
p { color: rgb(85,101,191); }
H1.HeaderClassName
{
color: #5565BF;
}
.AnyTagClassName
{
color: #5565BF;
}
</style>
background-color css
<style>
a { background-color: #5565BF; }
a { background-color: rgb(85,101,191); }
div.DivClassName
{
background-color: #5565BF;
}
.BgClassName
{
background-color: #5565BF;
}
</style>
border-color css
<style>
span { border-color: #5565BF; }
span { border-color: rgb(85,101,191); }
td.TdClassName
{
border-color: #5565BF;
}
.TagClassName
{
border-color: #5565BF;
}
</style>