Shades of Chetwode Blue #5970CD
Tints of Chetwode Blue #5970CD
RGB
CMYK
RGB Variations
Color information
#5970CD (or 0x5970CD) is known color: Chetwode Blue. HEX triplet: 59, 70 and CD. RGB value is (89,112,205). Sum of RGB (Red+Green+Blue) = 89+112+205=406 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.92% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #5970CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5970CD is #A68F32. Grayscale: #737373. Windows color (decimal): -10915635 or 13463641. OLE color: 13463641.
HSL color Cylindrical-coordinate representation of color #5970CD: hue angle of 228.1º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5970CD is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 112 | 205 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.20 |
| HSL | 228.1º | 0.54% | 0.58% | - |
| HSV(B) | 228.1º | 0.57% | 0.8% | - |
| XYZ | 20.93 | 18.12 | 60.15 | - |
| YUV | 115.73 | 178.38 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 112 | 205 | 0.57 | 0.45 | 0 | 0.20 | 228.1 | 0.54 | 0.58 |
| Hex | 59 | 70 | CD | 39 | 2D | 0 | 14 | E4 | 36 | 3A |
| Octal | 131 | 160 | 315 | 71 | 55 | 0 | 24 | 344 | 66 | 72 |
| Binary | 1011001 | 1110000 | 11001101 | 111001 | 101101 | 0 | 10100 | 11100100 | 110110 | 111010 |
Color Harmonies of #5970CD
Complementary color
Monochromatic Colors of #5970CD
Black with #5970CD
Text Example
Text Example
White with #5970CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5970CD; }
p { color: rgb(89,112,205); }
H1.HeaderClassName
{
color: #5970CD;
}
.AnyTagClassName
{
color: #5970CD;
}
</style>
background-color css
<style>
a { background-color: #5970CD; }
a { background-color: rgb(89,112,205); }
div.DivClassName
{
background-color: #5970CD;
}
.BgClassName
{
background-color: #5970CD;
}
</style>
border-color css
<style>
span { border-color: #5970CD; }
span { border-color: rgb(89,112,205); }
td.TdClassName
{
border-color: #5970CD;
}
.TagClassName
{
border-color: #5970CD;
}
</style>