Shades of Chetwode Blue #5A63C1
Tints of Chetwode Blue #5A63C1
RGB
CMYK
RGB Variations
Color information
#5A63C1 (or 0x5A63C1) is known color: Chetwode Blue. HEX triplet: 5A, 63 and C1. RGB value is (90,99,193). Sum of RGB (Red+Green+Blue) = 90+99+193=382 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.56% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 193 (75.78% from 255 or 50.52% from 382); Max value from RGB is 193 - color contains mainly: blue. Hex color #5A63C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A63C1 is #A59C3E. Grayscale: #6A6A6A. Windows color (decimal): -10853439 or 12673882. OLE color: 12673882.
HSL color Cylindrical-coordinate representation of color #5A63C1: hue angle of 234.76º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A63C1 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 99 | 193 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.24 |
| HSL | 234.76º | 0.45% | 0.55% | - |
| HSV(B) | 234.76º | 0.53% | 0.76% | - |
| XYZ | 18.3 | 14.95 | 52.37 | - |
| YUV | 107.03 | 176.52 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 99 | 193 | 0.53 | 0.49 | 0 | 0.24 | 234.76 | 0.45 | 0.55 |
| Hex | 5A | 63 | C1 | 35 | 31 | 0 | 18 | EB | 2D | 37 |
| Octal | 132 | 143 | 301 | 65 | 61 | 0 | 30 | 353 | 55 | 67 |
| Binary | 1011010 | 1100011 | 11000001 | 110101 | 110001 | 0 | 11000 | 11101011 | 101101 | 110111 |
Color Harmonies of #5A63C1
Complementary color
Monochromatic Colors of #5A63C1
Black with #5A63C1
Text Example
Text Example
White with #5A63C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A63C1; }
p { color: rgb(90,99,193); }
H1.HeaderClassName
{
color: #5A63C1;
}
.AnyTagClassName
{
color: #5A63C1;
}
</style>
background-color css
<style>
a { background-color: #5A63C1; }
a { background-color: rgb(90,99,193); }
div.DivClassName
{
background-color: #5A63C1;
}
.BgClassName
{
background-color: #5A63C1;
}
</style>
border-color css
<style>
span { border-color: #5A63C1; }
span { border-color: rgb(90,99,193); }
td.TdClassName
{
border-color: #5A63C1;
}
.TagClassName
{
border-color: #5A63C1;
}
</style>