Shades of Chetwode Blue #5D66BA
Tints of Chetwode Blue #5D66BA
RGB
CMYK
RGB Variations
Color information
#5D66BA (or 0x5D66BA) is known color: Chetwode Blue. HEX triplet: 5D, 66 and BA. RGB value is (93,102,186). Sum of RGB (Red+Green+Blue) = 93+102+186=381 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.41% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D66BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D66BA is #A29945. Grayscale: #6C6C6C. Windows color (decimal): -10656070 or 12215901. OLE color: 12215901.
HSL color Cylindrical-coordinate representation of color #5D66BA: hue angle of 234.19º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D66BA is Cyan = 0.5, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 102 | 186 | - |
| CMYK | 0.5 | 0.45 | 0 | 0.27 |
| HSL | 234.19º | 0.4% | 0.55% | - |
| HSV(B) | 234.19º | 0.5% | 0.73% | - |
| XYZ | 18.13 | 15.38 | 48.47 | - |
| YUV | 108.89 | 171.52 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 102 | 186 | 0.5 | 0.45 | 0 | 0.27 | 234.19 | 0.4 | 0.55 |
| Hex | 5D | 66 | BA | 32 | 2D | 0 | 1B | EA | 28 | 37 |
| Octal | 135 | 146 | 272 | 62 | 55 | 0 | 33 | 352 | 50 | 67 |
| Binary | 1011101 | 1100110 | 10111010 | 110010 | 101101 | 0 | 11011 | 11101010 | 101000 | 110111 |
Color Harmonies of #5D66BA
Complementary color
Monochromatic Colors of #5D66BA
Black with #5D66BA
Text Example
Text Example
White with #5D66BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D66BA; }
p { color: rgb(93,102,186); }
H1.HeaderClassName
{
color: #5D66BA;
}
.AnyTagClassName
{
color: #5D66BA;
}
</style>
background-color css
<style>
a { background-color: #5D66BA; }
a { background-color: rgb(93,102,186); }
div.DivClassName
{
background-color: #5D66BA;
}
.BgClassName
{
background-color: #5D66BA;
}
</style>
border-color css
<style>
span { border-color: #5D66BA; }
span { border-color: rgb(93,102,186); }
td.TdClassName
{
border-color: #5D66BA;
}
.TagClassName
{
border-color: #5D66BA;
}
</style>