Shades of Chetwode Blue #5A6DCD
Tints of Chetwode Blue #5A6DCD
RGB
CMYK
RGB Variations
Color information
#5A6DCD (or 0x5A6DCD) is known color: Chetwode Blue. HEX triplet: 5A, 6D and CD. RGB value is (90,109,205). Sum of RGB (Red+Green+Blue) = 90+109+205=404 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.28% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A6DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6DCD is #A59232. Grayscale: #717171. Windows color (decimal): -10850867 or 13462874. OLE color: 13462874.
HSL color Cylindrical-coordinate representation of color #5A6DCD: hue angle of 230.09º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A6DCD is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 109 | 205 | - |
| CMYK | 0.56 | 0.47 | 0 | 0.20 |
| HSL | 230.09º | 0.53% | 0.58% | - |
| HSV(B) | 230.09º | 0.56% | 0.8% | - |
| XYZ | 20.7 | 17.52 | 60.05 | - |
| YUV | 114.26 | 179.21 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 109 | 205 | 0.56 | 0.47 | 0 | 0.20 | 230.09 | 0.53 | 0.58 |
| Hex | 5A | 6D | CD | 38 | 2F | 0 | 14 | E6 | 35 | 3A |
| Octal | 132 | 155 | 315 | 70 | 57 | 0 | 24 | 346 | 65 | 72 |
| Binary | 1011010 | 1101101 | 11001101 | 111000 | 101111 | 0 | 10100 | 11100110 | 110101 | 111010 |
Color Harmonies of #5A6DCD
Complementary color
Monochromatic Colors of #5A6DCD
Black with #5A6DCD
Text Example
Text Example
White with #5A6DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6DCD; }
p { color: rgb(90,109,205); }
H1.HeaderClassName
{
color: #5A6DCD;
}
.AnyTagClassName
{
color: #5A6DCD;
}
</style>
background-color css
<style>
a { background-color: #5A6DCD; }
a { background-color: rgb(90,109,205); }
div.DivClassName
{
background-color: #5A6DCD;
}
.BgClassName
{
background-color: #5A6DCD;
}
</style>
border-color css
<style>
span { border-color: #5A6DCD; }
span { border-color: rgb(90,109,205); }
td.TdClassName
{
border-color: #5A6DCD;
}
.TagClassName
{
border-color: #5A6DCD;
}
</style>