Shades of Chetwode Blue #5966CA
Tints of Chetwode Blue #5966CA
RGB
CMYK
RGB Variations
Color information
#5966CA (or 0x5966CA) is known color: Chetwode Blue. HEX triplet: 59, 66 and CA. RGB value is (89,102,202). Sum of RGB (Red+Green+Blue) = 89+102+202=393 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.65% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #5966CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5966CA is #A69935. Grayscale: #6D6D6D. Windows color (decimal): -10918198 or 13264473. OLE color: 13264473.
HSL color Cylindrical-coordinate representation of color #5966CA: hue angle of 233.1º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5966CA is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 102 | 202 | - |
| CMYK | 0.56 | 0.50 | 0 | 0.21 |
| HSL | 233.1º | 0.52% | 0.57% | - |
| HSV(B) | 233.1º | 0.56% | 0.79% | - |
| XYZ | 19.53 | 15.89 | 57.91 | - |
| YUV | 109.51 | 180.19 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 102 | 202 | 0.56 | 0.50 | 0 | 0.21 | 233.1 | 0.52 | 0.57 |
| Hex | 59 | 66 | CA | 38 | 32 | 0 | 15 | E9 | 34 | 39 |
| Octal | 131 | 146 | 312 | 70 | 62 | 0 | 25 | 351 | 64 | 71 |
| Binary | 1011001 | 1100110 | 11001010 | 111000 | 110010 | 0 | 10101 | 11101001 | 110100 | 111001 |
Color Harmonies of #5966CA
Complementary color
Monochromatic Colors of #5966CA
Black with #5966CA
Text Example
Text Example
White with #5966CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5966CA; }
p { color: rgb(89,102,202); }
H1.HeaderClassName
{
color: #5966CA;
}
.AnyTagClassName
{
color: #5966CA;
}
</style>
background-color css
<style>
a { background-color: #5966CA; }
a { background-color: rgb(89,102,202); }
div.DivClassName
{
background-color: #5966CA;
}
.BgClassName
{
background-color: #5966CA;
}
</style>
border-color css
<style>
span { border-color: #5966CA; }
span { border-color: rgb(89,102,202); }
td.TdClassName
{
border-color: #5966CA;
}
.TagClassName
{
border-color: #5966CA;
}
</style>