Shades of Chetwode Blue #5D68BE
Tints of Chetwode Blue #5D68BE
RGB
CMYK
RGB Variations
Color information
#5D68BE (or 0x5D68BE) is known color: Chetwode Blue. HEX triplet: 5D, 68 and BE. RGB value is (93,104,190). Sum of RGB (Red+Green+Blue) = 93+104+190=387 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.03% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D68BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D68BE is #A29741. Grayscale: #6E6E6E. Windows color (decimal): -10655554 or 12478557. OLE color: 12478557.
HSL color Cylindrical-coordinate representation of color #5D68BE: hue angle of 233.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D68BE is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 104 | 190 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.25 |
| HSL | 233.2º | 0.43% | 0.55% | - |
| HSV(B) | 233.2º | 0.51% | 0.75% | - |
| XYZ | 18.76 | 15.95 | 50.8 | - |
| YUV | 110.52 | 172.86 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 104 | 190 | 0.51 | 0.45 | 0 | 0.25 | 233.2 | 0.43 | 0.55 |
| Hex | 5D | 68 | BE | 33 | 2D | 0 | 19 | E9 | 2B | 37 |
| Octal | 135 | 150 | 276 | 63 | 55 | 0 | 31 | 351 | 53 | 67 |
| Binary | 1011101 | 1101000 | 10111110 | 110011 | 101101 | 0 | 11001 | 11101001 | 101011 | 110111 |
Color Harmonies of #5D68BE
Complementary color
Monochromatic Colors of #5D68BE
Black with #5D68BE
Text Example
Text Example
White with #5D68BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D68BE; }
p { color: rgb(93,104,190); }
H1.HeaderClassName
{
color: #5D68BE;
}
.AnyTagClassName
{
color: #5D68BE;
}
</style>
background-color css
<style>
a { background-color: #5D68BE; }
a { background-color: rgb(93,104,190); }
div.DivClassName
{
background-color: #5D68BE;
}
.BgClassName
{
background-color: #5D68BE;
}
</style>
border-color css
<style>
span { border-color: #5D68BE; }
span { border-color: rgb(93,104,190); }
td.TdClassName
{
border-color: #5D68BE;
}
.TagClassName
{
border-color: #5D68BE;
}
</style>