Shades of Chetwode Blue #5B63BF
Tints of Chetwode Blue #5B63BF
RGB
CMYK
RGB Variations
Color information
#5B63BF (or 0x5B63BF) is known color: Chetwode Blue. HEX triplet: 5B, 63 and BF. RGB value is (91,99,191). Sum of RGB (Red+Green+Blue) = 91+99+191=381 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.88% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #5B63BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B63BF is #A49C40. Grayscale: #6A6A6A. Windows color (decimal): -10787905 or 12542811. OLE color: 12542811.
HSL color Cylindrical-coordinate representation of color #5B63BF: hue angle of 235.2º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B63BF is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 99 | 191 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.25 |
| HSL | 235.2º | 0.44% | 0.55% | - |
| HSV(B) | 235.2º | 0.52% | 0.75% | - |
| XYZ | 18.18 | 14.91 | 51.21 | - |
| YUV | 107.1 | 175.35 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 99 | 191 | 0.52 | 0.48 | 0 | 0.25 | 235.2 | 0.44 | 0.55 |
| Hex | 5B | 63 | BF | 34 | 30 | 0 | 19 | EB | 2C | 37 |
| Octal | 133 | 143 | 277 | 64 | 60 | 0 | 31 | 353 | 54 | 67 |
| Binary | 1011011 | 1100011 | 10111111 | 110100 | 110000 | 0 | 11001 | 11101011 | 101100 | 110111 |
Color Harmonies of #5B63BF
Complementary color
Monochromatic Colors of #5B63BF
Black with #5B63BF
Text Example
Text Example
White with #5B63BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B63BF; }
p { color: rgb(91,99,191); }
H1.HeaderClassName
{
color: #5B63BF;
}
.AnyTagClassName
{
color: #5B63BF;
}
</style>
background-color css
<style>
a { background-color: #5B63BF; }
a { background-color: rgb(91,99,191); }
div.DivClassName
{
background-color: #5B63BF;
}
.BgClassName
{
background-color: #5B63BF;
}
</style>
border-color css
<style>
span { border-color: #5B63BF; }
span { border-color: rgb(91,99,191); }
td.TdClassName
{
border-color: #5B63BF;
}
.TagClassName
{
border-color: #5B63BF;
}
</style>