Shades of Chetwode Blue #5968CE
Tints of Chetwode Blue #5968CE
RGB
CMYK
RGB Variations
Color information
#5968CE (or 0x5968CE) is known color: Chetwode Blue. HEX triplet: 59, 68 and CE. RGB value is (89,104,206). Sum of RGB (Red+Green+Blue) = 89+104+206=399 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.31% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #5968CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5968CE is #A69731. Grayscale: #6E6E6E. Windows color (decimal): -10917682 or 13527129. OLE color: 13527129.
HSL color Cylindrical-coordinate representation of color #5968CE: hue angle of 232.31º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5968CE is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 104 | 206 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.19 |
| HSL | 232.31º | 0.54% | 0.58% | - |
| HSV(B) | 232.31º | 0.57% | 0.81% | - |
| XYZ | 20.21 | 16.48 | 60.51 | - |
| YUV | 111.14 | 181.53 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 104 | 206 | 0.57 | 0.50 | 0 | 0.19 | 232.31 | 0.54 | 0.58 |
| Hex | 59 | 68 | CE | 39 | 32 | 0 | 13 | E8 | 36 | 3A |
| Octal | 131 | 150 | 316 | 71 | 62 | 0 | 23 | 350 | 66 | 72 |
| Binary | 1011001 | 1101000 | 11001110 | 111001 | 110010 | 0 | 10011 | 11101000 | 110110 | 111010 |
Color Harmonies of #5968CE
Complementary color
Monochromatic Colors of #5968CE
Black with #5968CE
Text Example
Text Example
White with #5968CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5968CE; }
p { color: rgb(89,104,206); }
H1.HeaderClassName
{
color: #5968CE;
}
.AnyTagClassName
{
color: #5968CE;
}
</style>
background-color css
<style>
a { background-color: #5968CE; }
a { background-color: rgb(89,104,206); }
div.DivClassName
{
background-color: #5968CE;
}
.BgClassName
{
background-color: #5968CE;
}
</style>
border-color css
<style>
span { border-color: #5968CE; }
span { border-color: rgb(89,104,206); }
td.TdClassName
{
border-color: #5968CE;
}
.TagClassName
{
border-color: #5968CE;
}
</style>