Shades of Chetwode Blue #5A70CF
Tints of Chetwode Blue #5A70CF
RGB
CMYK
RGB Variations
Color information
#5A70CF (or 0x5A70CF) is known color: Chetwode Blue. HEX triplet: 5A, 70 and CF. RGB value is (90,112,207). Sum of RGB (Red+Green+Blue) = 90+112+207=409 (54% of max value = 765). Red value is 90 (35.55% from 255 or 22.00% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #5A70CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A70CF is #A58F30. Grayscale: #737373. Windows color (decimal): -10850097 or 13594714. OLE color: 13594714.
HSL color Cylindrical-coordinate representation of color #5A70CF: hue angle of 228.72º degrees, saturation: 0.55, 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 #5A70CF is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 112 | 207 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.19 |
| HSL | 228.72º | 0.55% | 0.58% | - |
| HSV(B) | 228.72º | 0.57% | 0.81% | - |
| XYZ | 21.27 | 18.27 | 61.44 | - |
| YUV | 116.25 | 179.21 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 112 | 207 | 0.57 | 0.46 | 0 | 0.19 | 228.72 | 0.55 | 0.58 |
| Hex | 5A | 70 | CF | 39 | 2E | 0 | 13 | E5 | 37 | 3A |
| Octal | 132 | 160 | 317 | 71 | 56 | 0 | 23 | 345 | 67 | 72 |
| Binary | 1011010 | 1110000 | 11001111 | 111001 | 101110 | 0 | 10011 | 11100101 | 110111 | 111010 |
Color Harmonies of #5A70CF
Complementary color
Monochromatic Colors of #5A70CF
Black with #5A70CF
Text Example
Text Example
White with #5A70CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A70CF; }
p { color: rgb(90,112,207); }
H1.HeaderClassName
{
color: #5A70CF;
}
.AnyTagClassName
{
color: #5A70CF;
}
</style>
background-color css
<style>
a { background-color: #5A70CF; }
a { background-color: rgb(90,112,207); }
div.DivClassName
{
background-color: #5A70CF;
}
.BgClassName
{
background-color: #5A70CF;
}
</style>
border-color css
<style>
span { border-color: #5A70CF; }
span { border-color: rgb(90,112,207); }
td.TdClassName
{
border-color: #5A70CF;
}
.TagClassName
{
border-color: #5A70CF;
}
</style>