Shades of Chetwode Blue #5A71C6
Tints of Chetwode Blue #5A71C6
RGB
CMYK
RGB Variations
Color information
#5A71C6 (or 0x5A71C6) is known color: Chetwode Blue. HEX triplet: 5A, 71 and C6. RGB value is (90,113,198). Sum of RGB (Red+Green+Blue) = 90+113+198=401 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.44% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 198 (77.73% from 255 or 49.38% from 401); Max value from RGB is 198 - color contains mainly: blue. Hex color #5A71C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A71C6 is #A58E39. Grayscale: #737373. Windows color (decimal): -10849850 or 13005146. OLE color: 13005146.
HSL color Cylindrical-coordinate representation of color #5A71C6: hue angle of 227.22º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A71C6 is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 90 | 113 | 198 | - |
| CMYK | 0.55 | 0.43 | 0 | 0.22 |
| HSL | 227.22º | 0.49% | 0.56% | - |
| HSV(B) | 227.22º | 0.55% | 0.78% | - |
| XYZ | 20.31 | 18.06 | 55.84 | - |
| YUV | 115.81 | 174.38 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 113 | 198 | 0.55 | 0.43 | 0 | 0.22 | 227.22 | 0.49 | 0.56 |
| Hex | 5A | 71 | C6 | 37 | 2B | 0 | 16 | E3 | 31 | 38 |
| Octal | 132 | 161 | 306 | 67 | 53 | 0 | 26 | 343 | 61 | 70 |
| Binary | 1011010 | 1110001 | 11000110 | 110111 | 101011 | 0 | 10110 | 11100011 | 110001 | 111000 |
Color Harmonies of #5A71C6
Complementary color
Monochromatic Colors of #5A71C6
Black with #5A71C6
Text Example
Text Example
White with #5A71C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A71C6; }
p { color: rgb(90,113,198); }
H1.HeaderClassName
{
color: #5A71C6;
}
.AnyTagClassName
{
color: #5A71C6;
}
</style>
background-color css
<style>
a { background-color: #5A71C6; }
a { background-color: rgb(90,113,198); }
div.DivClassName
{
background-color: #5A71C6;
}
.BgClassName
{
background-color: #5A71C6;
}
</style>
border-color css
<style>
span { border-color: #5A71C6; }
span { border-color: rgb(90,113,198); }
td.TdClassName
{
border-color: #5A71C6;
}
.TagClassName
{
border-color: #5A71C6;
}
</style>