Shades of Chetwode Blue #5A63BF
Tints of Chetwode Blue #5A63BF
RGB
CMYK
RGB Variations
Color information
#5A63BF (or 0x5A63BF) is known color: Chetwode Blue. HEX triplet: 5A, 63 and BF. RGB value is (90,99,191). Sum of RGB (Red+Green+Blue) = 90+99+191=380 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.68% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #5A63BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A63BF is #A59C40. Grayscale: #6A6A6A. Windows color (decimal): -10853441 or 12542810. OLE color: 12542810.
HSL color Cylindrical-coordinate representation of color #5A63BF: hue angle of 234.65º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A63BF is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 99 | 191 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.25 |
| HSL | 234.65º | 0.44% | 0.55% | - |
| HSV(B) | 234.65º | 0.53% | 0.75% | - |
| XYZ | 18.08 | 14.86 | 51.21 | - |
| YUV | 106.8 | 175.52 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 99 | 191 | 0.53 | 0.48 | 0 | 0.25 | 234.65 | 0.44 | 0.55 |
| Hex | 5A | 63 | BF | 35 | 30 | 0 | 19 | EB | 2C | 37 |
| Octal | 132 | 143 | 277 | 65 | 60 | 0 | 31 | 353 | 54 | 67 |
| Binary | 1011010 | 1100011 | 10111111 | 110101 | 110000 | 0 | 11001 | 11101011 | 101100 | 110111 |
Color Harmonies of #5A63BF
Complementary color
Monochromatic Colors of #5A63BF
Black with #5A63BF
Text Example
Text Example
White with #5A63BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A63BF; }
p { color: rgb(90,99,191); }
H1.HeaderClassName
{
color: #5A63BF;
}
.AnyTagClassName
{
color: #5A63BF;
}
</style>
background-color css
<style>
a { background-color: #5A63BF; }
a { background-color: rgb(90,99,191); }
div.DivClassName
{
background-color: #5A63BF;
}
.BgClassName
{
background-color: #5A63BF;
}
</style>
border-color css
<style>
span { border-color: #5A63BF; }
span { border-color: rgb(90,99,191); }
td.TdClassName
{
border-color: #5A63BF;
}
.TagClassName
{
border-color: #5A63BF;
}
</style>