Shades of Chetwode Blue #5B70CA
Tints of Chetwode Blue #5B70CA
RGB
CMYK
RGB Variations
Color information
#5B70CA (or 0x5B70CA) is known color: Chetwode Blue. HEX triplet: 5B, 70 and CA. RGB value is (91,112,202). Sum of RGB (Red+Green+Blue) = 91+112+202=405 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.47% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B70CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B70CA is #A48F35. Grayscale: #737373. Windows color (decimal): -10784566 or 13267035. OLE color: 13267035.
HSL color Cylindrical-coordinate representation of color #5B70CA: hue angle of 228.65º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B70CA is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 112 | 202 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.21 |
| HSL | 228.65º | 0.51% | 0.57% | - |
| HSV(B) | 228.65º | 0.55% | 0.79% | - |
| XYZ | 20.77 | 18.08 | 58.27 | - |
| YUV | 115.98 | 176.54 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 112 | 202 | 0.55 | 0.45 | 0 | 0.21 | 228.65 | 0.51 | 0.57 |
| Hex | 5B | 70 | CA | 37 | 2D | 0 | 15 | E5 | 33 | 39 |
| Octal | 133 | 160 | 312 | 67 | 55 | 0 | 25 | 345 | 63 | 71 |
| Binary | 1011011 | 1110000 | 11001010 | 110111 | 101101 | 0 | 10101 | 11100101 | 110011 | 111001 |
Color Harmonies of #5B70CA
Complementary color
Monochromatic Colors of #5B70CA
Black with #5B70CA
Text Example
Text Example
White with #5B70CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B70CA; }
p { color: rgb(91,112,202); }
H1.HeaderClassName
{
color: #5B70CA;
}
.AnyTagClassName
{
color: #5B70CA;
}
</style>
background-color css
<style>
a { background-color: #5B70CA; }
a { background-color: rgb(91,112,202); }
div.DivClassName
{
background-color: #5B70CA;
}
.BgClassName
{
background-color: #5B70CA;
}
</style>
border-color css
<style>
span { border-color: #5B70CA; }
span { border-color: rgb(91,112,202); }
td.TdClassName
{
border-color: #5B70CA;
}
.TagClassName
{
border-color: #5B70CA;
}
</style>