Shades of Chetwode Blue #5A63BA
Tints of Chetwode Blue #5A63BA
RGB
CMYK
RGB Variations
Color information
#5A63BA (or 0x5A63BA) is known color: Chetwode Blue. HEX triplet: 5A, 63 and BA. RGB value is (90,99,186). Sum of RGB (Red+Green+Blue) = 90+99+186=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A63BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A63BA is #A59C45. Grayscale: #696969. Windows color (decimal): -10853446 or 12215130. OLE color: 12215130.
HSL color Cylindrical-coordinate representation of color #5A63BA: hue angle of 234.38º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A63BA is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 99 | 186 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.27 |
| HSL | 234.38º | 0.41% | 0.54% | - |
| HSV(B) | 234.38º | 0.52% | 0.73% | - |
| XYZ | 17.54 | 14.64 | 48.36 | - |
| YUV | 106.23 | 173.02 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 99 | 186 | 0.52 | 0.47 | 0 | 0.27 | 234.38 | 0.41 | 0.54 |
| Hex | 5A | 63 | BA | 34 | 2F | 0 | 1B | EA | 29 | 36 |
| Octal | 132 | 143 | 272 | 64 | 57 | 0 | 33 | 352 | 51 | 66 |
| Binary | 1011010 | 1100011 | 10111010 | 110100 | 101111 | 0 | 11011 | 11101010 | 101001 | 110110 |
Color Harmonies of #5A63BA
Complementary color
Monochromatic Colors of #5A63BA
Black with #5A63BA
Text Example
Text Example
White with #5A63BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A63BA; }
p { color: rgb(90,99,186); }
H1.HeaderClassName
{
color: #5A63BA;
}
.AnyTagClassName
{
color: #5A63BA;
}
</style>
background-color css
<style>
a { background-color: #5A63BA; }
a { background-color: rgb(90,99,186); }
div.DivClassName
{
background-color: #5A63BA;
}
.BgClassName
{
background-color: #5A63BA;
}
</style>
border-color css
<style>
span { border-color: #5A63BA; }
span { border-color: rgb(90,99,186); }
td.TdClassName
{
border-color: #5A63BA;
}
.TagClassName
{
border-color: #5A63BA;
}
</style>