Shades of Chetwode Blue #5966CC
Tints of Chetwode Blue #5966CC
RGB
CMYK
RGB Variations
Color information
#5966CC (or 0x5966CC) is known color: Chetwode Blue. HEX triplet: 59, 66 and CC. RGB value is (89,102,204). Sum of RGB (Red+Green+Blue) = 89+102+204=395 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.53% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #5966CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5966CC is #A69933. Grayscale: #6D6D6D. Windows color (decimal): -10918196 or 13395545. OLE color: 13395545.
HSL color Cylindrical-coordinate representation of color #5966CC: hue angle of 233.22º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5966CC is Cyan = 0.56, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 102 | 204 | - |
| CMYK | 0.56 | 0.5 | 0 | 0.2 |
| HSL | 233.22º | 0.53% | 0.57% | - |
| HSV(B) | 233.22º | 0.56% | 0.8% | - |
| XYZ | 19.77 | 15.99 | 59.17 | - |
| YUV | 109.74 | 181.19 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 102 | 204 | 0.56 | 0.5 | 0 | 0.2 | 233.22 | 0.53 | 0.57 |
| Hex | 59 | 66 | CC | 38 | 32 | 0 | 14 | E9 | 35 | 39 |
| Octal | 131 | 146 | 314 | 70 | 62 | 0 | 24 | 351 | 65 | 71 |
| Binary | 1011001 | 1100110 | 11001100 | 111000 | 110010 | 0 | 10100 | 11101001 | 110101 | 111001 |
Color Harmonies of #5966CC
Complementary color
Monochromatic Colors of #5966CC
Black with #5966CC
Text Example
Text Example
White with #5966CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5966CC; }
p { color: rgb(89,102,204); }
H1.HeaderClassName
{
color: #5966CC;
}
.AnyTagClassName
{
color: #5966CC;
}
</style>
background-color css
<style>
a { background-color: #5966CC; }
a { background-color: rgb(89,102,204); }
div.DivClassName
{
background-color: #5966CC;
}
.BgClassName
{
background-color: #5966CC;
}
</style>
border-color css
<style>
span { border-color: #5966CC; }
span { border-color: rgb(89,102,204); }
td.TdClassName
{
border-color: #5966CC;
}
.TagClassName
{
border-color: #5966CC;
}
</style>