Shades of Chetwode Blue #5A6DCE
Tints of Chetwode Blue #5A6DCE
RGB
CMYK
RGB Variations
Color information
#5A6DCE (or 0x5A6DCE) is known color: Chetwode Blue. HEX triplet: 5A, 6D and CE. RGB value is (90,109,206). Sum of RGB (Red+Green+Blue) = 90+109+206=405 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.22% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A6DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6DCE is #A59231. Grayscale: #717171. Windows color (decimal): -10850866 or 13528410. OLE color: 13528410.
HSL color Cylindrical-coordinate representation of color #5A6DCE: hue angle of 230.17º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A6DCE is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 109 | 206 | - |
| CMYK | 0.56 | 0.47 | 0 | 0.19 |
| HSL | 230.17º | 0.54% | 0.58% | - |
| HSV(B) | 230.17º | 0.56% | 0.81% | - |
| XYZ | 20.83 | 17.57 | 60.69 | - |
| YUV | 114.38 | 179.71 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 109 | 206 | 0.56 | 0.47 | 0 | 0.19 | 230.17 | 0.54 | 0.58 |
| Hex | 5A | 6D | CE | 38 | 2F | 0 | 13 | E6 | 36 | 3A |
| Octal | 132 | 155 | 316 | 70 | 57 | 0 | 23 | 346 | 66 | 72 |
| Binary | 1011010 | 1101101 | 11001110 | 111000 | 101111 | 0 | 10011 | 11100110 | 110110 | 111010 |
Color Harmonies of #5A6DCE
Complementary color
Monochromatic Colors of #5A6DCE
Black with #5A6DCE
Text Example
Text Example
White with #5A6DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6DCE; }
p { color: rgb(90,109,206); }
H1.HeaderClassName
{
color: #5A6DCE;
}
.AnyTagClassName
{
color: #5A6DCE;
}
</style>
background-color css
<style>
a { background-color: #5A6DCE; }
a { background-color: rgb(90,109,206); }
div.DivClassName
{
background-color: #5A6DCE;
}
.BgClassName
{
background-color: #5A6DCE;
}
</style>
border-color css
<style>
span { border-color: #5A6DCE; }
span { border-color: rgb(90,109,206); }
td.TdClassName
{
border-color: #5A6DCE;
}
.TagClassName
{
border-color: #5A6DCE;
}
</style>