Shades of Chetwode Blue #5966BC
Tints of Chetwode Blue #5966BC
RGB
CMYK
RGB Variations
Color information
#5966BC (or 0x5966BC) is known color: Chetwode Blue. HEX triplet: 59, 66 and BC. RGB value is (89,102,188). Sum of RGB (Red+Green+Blue) = 89+102+188=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #5966BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5966BC is #A69943. Grayscale: #6B6B6B. Windows color (decimal): -10918212 or 12346969. OLE color: 12346969.
HSL color Cylindrical-coordinate representation of color #5966BC: hue angle of 232.12º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5966BC is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 102 | 188 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.26 |
| HSL | 232.12º | 0.42% | 0.54% | - |
| HSV(B) | 232.12º | 0.53% | 0.74% | - |
| XYZ | 17.95 | 15.26 | 49.58 | - |
| YUV | 107.92 | 173.19 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 102 | 188 | 0.53 | 0.46 | 0 | 0.26 | 232.12 | 0.42 | 0.54 |
| Hex | 59 | 66 | BC | 35 | 2E | 0 | 1A | E8 | 2A | 36 |
| Octal | 131 | 146 | 274 | 65 | 56 | 0 | 32 | 350 | 52 | 66 |
| Binary | 1011001 | 1100110 | 10111100 | 110101 | 101110 | 0 | 11010 | 11101000 | 101010 | 110110 |
Color Harmonies of #5966BC
Complementary color
Monochromatic Colors of #5966BC
Black with #5966BC
Text Example
Text Example
White with #5966BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5966BC; }
p { color: rgb(89,102,188); }
H1.HeaderClassName
{
color: #5966BC;
}
.AnyTagClassName
{
color: #5966BC;
}
</style>
background-color css
<style>
a { background-color: #5966BC; }
a { background-color: rgb(89,102,188); }
div.DivClassName
{
background-color: #5966BC;
}
.BgClassName
{
background-color: #5966BC;
}
</style>
border-color css
<style>
span { border-color: #5966BC; }
span { border-color: rgb(89,102,188); }
td.TdClassName
{
border-color: #5966BC;
}
.TagClassName
{
border-color: #5966BC;
}
</style>