Shades of Chetwode Blue #5669B7
Tints of Chetwode Blue #5669B7
RGB
CMYK
RGB Variations
Color information
#5669B7 (or 0x5669B7) is known color: Chetwode Blue. HEX triplet: 56, 69 and B7. RGB value is (86,105,183). Sum of RGB (Red+Green+Blue) = 86+105+183=374 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.99% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 183 (71.88% from 255 or 48.93% from 374); Max value from RGB is 183 - color contains mainly: blue. Hex color #5669B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5669B7 is #A99648. Grayscale: #6B6B6B. Windows color (decimal): -11114057 or 12020054. OLE color: 12020054.
HSL color Cylindrical-coordinate representation of color #5669B7: hue angle of 228.25º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5669B7 is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 86 | 105 | 183 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.28 |
| HSL | 228.25º | 0.4% | 0.53% | - |
| HSV(B) | 228.25º | 0.53% | 0.72% | - |
| XYZ | 17.44 | 15.5 | 46.87 | - |
| YUV | 108.21 | 170.21 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 105 | 183 | 0.53 | 0.43 | 0 | 0.28 | 228.25 | 0.4 | 0.53 |
| Hex | 56 | 69 | B7 | 35 | 2B | 0 | 1C | E4 | 28 | 35 |
| Octal | 126 | 151 | 267 | 65 | 53 | 0 | 34 | 344 | 50 | 65 |
| Binary | 1010110 | 1101001 | 10110111 | 110101 | 101011 | 0 | 11100 | 11100100 | 101000 | 110101 |
Color Harmonies of #5669B7
Complementary color
Monochromatic Colors of #5669B7
Black with #5669B7
Text Example
Text Example
White with #5669B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5669B7; }
p { color: rgb(86,105,183); }
H1.HeaderClassName
{
color: #5669B7;
}
.AnyTagClassName
{
color: #5669B7;
}
</style>
background-color css
<style>
a { background-color: #5669B7; }
a { background-color: rgb(86,105,183); }
div.DivClassName
{
background-color: #5669B7;
}
.BgClassName
{
background-color: #5669B7;
}
</style>
border-color css
<style>
span { border-color: #5669B7; }
span { border-color: rgb(86,105,183); }
td.TdClassName
{
border-color: #5669B7;
}
.TagClassName
{
border-color: #5669B7;
}
</style>