Shades of Chetwode Blue #5366BA
Tints of Chetwode Blue #5366BA
RGB
CMYK
RGB Variations
Color information
#5366BA (or 0x5366BA) is known color: Chetwode Blue. HEX triplet: 53, 66 and BA. RGB value is (83,102,186). Sum of RGB (Red+Green+Blue) = 83+102+186=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #5366BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5366BA is #AC9945. Grayscale: #696969. Windows color (decimal): -11311430 or 12215891. OLE color: 12215891.
HSL color Cylindrical-coordinate representation of color #5366BA: hue angle of 228.93º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5366BA is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 102 | 186 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.27 |
| HSL | 228.93º | 0.43% | 0.53% | - |
| HSV(B) | 228.93º | 0.55% | 0.73% | - |
| XYZ | 17.18 | 14.89 | 48.42 | - |
| YUV | 105.9 | 173.21 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 102 | 186 | 0.55 | 0.45 | 0 | 0.27 | 228.93 | 0.43 | 0.53 |
| Hex | 53 | 66 | BA | 37 | 2D | 0 | 1B | E5 | 2B | 35 |
| Octal | 123 | 146 | 272 | 67 | 55 | 0 | 33 | 345 | 53 | 65 |
| Binary | 1010011 | 1100110 | 10111010 | 110111 | 101101 | 0 | 11011 | 11100101 | 101011 | 110101 |
Color Harmonies of #5366BA
Complementary color
Monochromatic Colors of #5366BA
Black with #5366BA
Text Example
Text Example
White with #5366BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5366BA; }
p { color: rgb(83,102,186); }
H1.HeaderClassName
{
color: #5366BA;
}
.AnyTagClassName
{
color: #5366BA;
}
</style>
background-color css
<style>
a { background-color: #5366BA; }
a { background-color: rgb(83,102,186); }
div.DivClassName
{
background-color: #5366BA;
}
.BgClassName
{
background-color: #5366BA;
}
</style>
border-color css
<style>
span { border-color: #5366BA; }
span { border-color: rgb(83,102,186); }
td.TdClassName
{
border-color: #5366BA;
}
.TagClassName
{
border-color: #5366BA;
}
</style>