Shades of Chetwode Blue #5669B6
Tints of Chetwode Blue #5669B6
RGB
CMYK
RGB Variations
Color information
#5669B6 (or 0x5669B6) is known color: Chetwode Blue. HEX triplet: 56, 69 and B6. RGB value is (86,105,182). Sum of RGB (Red+Green+Blue) = 86+105+182=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 182 (71.48% from 255 or 48.79% from 373); Max value from RGB is 182 - color contains mainly: blue. Hex color #5669B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5669B6 is #A99649. Grayscale: #6B6B6B. Windows color (decimal): -11114058 or 11954518. OLE color: 11954518.
HSL color Cylindrical-coordinate representation of color #5669B6: hue angle of 228.12º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5669B6 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 86 | 105 | 182 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.29 |
| HSL | 228.13º | 0.4% | 0.53% | - |
| HSV(B) | 228.13º | 0.53% | 0.71% | - |
| XYZ | 17.33 | 15.46 | 46.33 | - |
| YUV | 108.1 | 169.71 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 105 | 182 | 0.53 | 0.42 | 0 | 0.29 | 228.13 | 0.4 | 0.53 |
| Hex | 56 | 69 | B6 | 35 | 2A | 0 | 1D | E4 | 28 | 35 |
| Octal | 126 | 151 | 266 | 65 | 52 | 0 | 35 | 344 | 50 | 65 |
| Binary | 1010110 | 1101001 | 10110110 | 110101 | 101010 | 0 | 11101 | 11100100 | 101000 | 110101 |
Color Harmonies of #5669B6
Complementary color
Monochromatic Colors of #5669B6
Black with #5669B6
Text Example
Text Example
White with #5669B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5669B6; }
p { color: rgb(86,105,182); }
H1.HeaderClassName
{
color: #5669B6;
}
.AnyTagClassName
{
color: #5669B6;
}
</style>
background-color css
<style>
a { background-color: #5669B6; }
a { background-color: rgb(86,105,182); }
div.DivClassName
{
background-color: #5669B6;
}
.BgClassName
{
background-color: #5669B6;
}
</style>
border-color css
<style>
span { border-color: #5669B6; }
span { border-color: rgb(86,105,182); }
td.TdClassName
{
border-color: #5669B6;
}
.TagClassName
{
border-color: #5669B6;
}
</style>