Shades of Chetwode Blue #5665C0
Tints of Chetwode Blue #5665C0
RGB
CMYK
RGB Variations
Color information
#5665C0 (or 0x5665C0) is known color: Chetwode Blue. HEX triplet: 56, 65 and C0. RGB value is (86,101,192). Sum of RGB (Red+Green+Blue) = 86+101+192=379 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.69% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 192 (75.39% from 255 or 50.66% from 379); Max value from RGB is 192 - color contains mainly: blue. Hex color #5665C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5665C0 is #A99A3F. Grayscale: #6A6A6A. Windows color (decimal): -11115072 or 12608854. OLE color: 12608854.
HSL color Cylindrical-coordinate representation of color #5665C0: hue angle of 231.51º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5665C0 is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 101 | 192 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.25 |
| HSL | 231.51º | 0.46% | 0.55% | - |
| HSV(B) | 231.51º | 0.55% | 0.75% | - |
| XYZ | 18.01 | 15.09 | 51.83 | - |
| YUV | 106.89 | 176.03 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 101 | 192 | 0.55 | 0.47 | 0 | 0.25 | 231.51 | 0.46 | 0.55 |
| Hex | 56 | 65 | C0 | 37 | 2F | 0 | 19 | E8 | 2E | 37 |
| Octal | 126 | 145 | 300 | 67 | 57 | 0 | 31 | 350 | 56 | 67 |
| Binary | 1010110 | 1100101 | 11000000 | 110111 | 101111 | 0 | 11001 | 11101000 | 101110 | 110111 |
Color Harmonies of #5665C0
Complementary color
Monochromatic Colors of #5665C0
Black with #5665C0
Text Example
Text Example
White with #5665C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5665C0; }
p { color: rgb(86,101,192); }
H1.HeaderClassName
{
color: #5665C0;
}
.AnyTagClassName
{
color: #5665C0;
}
</style>
background-color css
<style>
a { background-color: #5665C0; }
a { background-color: rgb(86,101,192); }
div.DivClassName
{
background-color: #5665C0;
}
.BgClassName
{
background-color: #5665C0;
}
</style>
border-color css
<style>
span { border-color: #5665C0; }
span { border-color: rgb(86,101,192); }
td.TdClassName
{
border-color: #5665C0;
}
.TagClassName
{
border-color: #5665C0;
}
</style>