Shades of Chetwode Blue #5670C1
Tints of Chetwode Blue #5670C1
RGB
CMYK
RGB Variations
Color information
#5670C1 (or 0x5670C1) is known color: Chetwode Blue. HEX triplet: 56, 70 and C1. RGB value is (86,112,193). Sum of RGB (Red+Green+Blue) = 86+112+193=391 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.99% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 193 (75.78% from 255 or 49.36% from 391); Max value from RGB is 193 - color contains mainly: blue. Hex color #5670C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5670C1 is #A98F3E. Grayscale: #717171. Windows color (decimal): -11112255 or 12677206. OLE color: 12677206.
HSL color Cylindrical-coordinate representation of color #5670C1: hue angle of 225.42º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5670C1 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 112 | 193 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.24 |
| HSL | 225.42º | 0.46% | 0.55% | - |
| HSV(B) | 225.42º | 0.55% | 0.76% | - |
| XYZ | 19.26 | 17.42 | 52.8 | - |
| YUV | 113.46 | 172.89 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 112 | 193 | 0.55 | 0.42 | 0 | 0.24 | 225.42 | 0.46 | 0.55 |
| Hex | 56 | 70 | C1 | 37 | 2A | 0 | 18 | E1 | 2E | 37 |
| Octal | 126 | 160 | 301 | 67 | 52 | 0 | 30 | 341 | 56 | 67 |
| Binary | 1010110 | 1110000 | 11000001 | 110111 | 101010 | 0 | 11000 | 11100001 | 101110 | 110111 |
Color Harmonies of #5670C1
Complementary color
Monochromatic Colors of #5670C1
Black with #5670C1
Text Example
Text Example
White with #5670C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5670C1; }
p { color: rgb(86,112,193); }
H1.HeaderClassName
{
color: #5670C1;
}
.AnyTagClassName
{
color: #5670C1;
}
</style>
background-color css
<style>
a { background-color: #5670C1; }
a { background-color: rgb(86,112,193); }
div.DivClassName
{
background-color: #5670C1;
}
.BgClassName
{
background-color: #5670C1;
}
</style>
border-color css
<style>
span { border-color: #5670C1; }
span { border-color: rgb(86,112,193); }
td.TdClassName
{
border-color: #5670C1;
}
.TagClassName
{
border-color: #5670C1;
}
</style>