Shades of Chetwode Blue #5D63BA
Tints of Chetwode Blue #5D63BA
RGB
CMYK
RGB Variations
Color information
#5D63BA (or 0x5D63BA) is known color: Chetwode Blue. HEX triplet: 5D, 63 and BA. RGB value is (93,99,186). Sum of RGB (Red+Green+Blue) = 93+99+186=378 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.60% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D63BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D63BA is #A29C45. Grayscale: #6A6A6A. Windows color (decimal): -10656838 or 12215133. OLE color: 12215133.
HSL color Cylindrical-coordinate representation of color #5D63BA: hue angle of 236.13º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D63BA is Cyan = 0.5, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 99 | 186 | - |
| CMYK | 0.5 | 0.47 | 0 | 0.27 |
| HSL | 236.13º | 0.4% | 0.55% | - |
| HSV(B) | 236.13º | 0.5% | 0.73% | - |
| XYZ | 17.84 | 14.8 | 48.37 | - |
| YUV | 107.12 | 172.51 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 99 | 186 | 0.5 | 0.47 | 0 | 0.27 | 236.13 | 0.4 | 0.55 |
| Hex | 5D | 63 | BA | 32 | 2F | 0 | 1B | EC | 28 | 37 |
| Octal | 135 | 143 | 272 | 62 | 57 | 0 | 33 | 354 | 50 | 67 |
| Binary | 1011101 | 1100011 | 10111010 | 110010 | 101111 | 0 | 11011 | 11101100 | 101000 | 110111 |
Color Harmonies of #5D63BA
Complementary color
Monochromatic Colors of #5D63BA
Black with #5D63BA
Text Example
Text Example
White with #5D63BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D63BA; }
p { color: rgb(93,99,186); }
H1.HeaderClassName
{
color: #5D63BA;
}
.AnyTagClassName
{
color: #5D63BA;
}
</style>
background-color css
<style>
a { background-color: #5D63BA; }
a { background-color: rgb(93,99,186); }
div.DivClassName
{
background-color: #5D63BA;
}
.BgClassName
{
background-color: #5D63BA;
}
</style>
border-color css
<style>
span { border-color: #5D63BA; }
span { border-color: rgb(93,99,186); }
td.TdClassName
{
border-color: #5D63BA;
}
.TagClassName
{
border-color: #5D63BA;
}
</style>