Shades of Chetwode Blue #5667BD
Tints of Chetwode Blue #5667BD
RGB
CMYK
RGB Variations
Color information
#5667BD (or 0x5667BD) is known color: Chetwode Blue. HEX triplet: 56, 67 and BD. RGB value is (86,103,189). Sum of RGB (Red+Green+Blue) = 86+103+189=378 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.75% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #5667BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5667BD is #A99842. Grayscale: #6B6B6B. Windows color (decimal): -11114563 or 12412758. OLE color: 12412758.
HSL color Cylindrical-coordinate representation of color #5667BD: hue angle of 230.1º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5667BD is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 103 | 189 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.26 |
| HSL | 230.1º | 0.44% | 0.54% | - |
| HSV(B) | 230.1º | 0.54% | 0.74% | - |
| XYZ | 17.87 | 15.35 | 50.17 | - |
| YUV | 107.72 | 173.87 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 103 | 189 | 0.54 | 0.46 | 0 | 0.26 | 230.1 | 0.44 | 0.54 |
| Hex | 56 | 67 | BD | 36 | 2E | 0 | 1A | E6 | 2C | 36 |
| Octal | 126 | 147 | 275 | 66 | 56 | 0 | 32 | 346 | 54 | 66 |
| Binary | 1010110 | 1100111 | 10111101 | 110110 | 101110 | 0 | 11010 | 11100110 | 101100 | 110110 |
Color Harmonies of #5667BD
Complementary color
Monochromatic Colors of #5667BD
Black with #5667BD
Text Example
Text Example
White with #5667BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5667BD; }
p { color: rgb(86,103,189); }
H1.HeaderClassName
{
color: #5667BD;
}
.AnyTagClassName
{
color: #5667BD;
}
</style>
background-color css
<style>
a { background-color: #5667BD; }
a { background-color: rgb(86,103,189); }
div.DivClassName
{
background-color: #5667BD;
}
.BgClassName
{
background-color: #5667BD;
}
</style>
border-color css
<style>
span { border-color: #5667BD; }
span { border-color: rgb(86,103,189); }
td.TdClassName
{
border-color: #5667BD;
}
.TagClassName
{
border-color: #5667BD;
}
</style>