Shades of Chetwode Blue #5D61BE
Tints of Chetwode Blue #5D61BE
RGB
CMYK
RGB Variations
Color information
#5D61BE (or 0x5D61BE) is known color: Chetwode Blue. HEX triplet: 5D, 61 and BE. RGB value is (93,97,190). Sum of RGB (Red+Green+Blue) = 93+97+190=380 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.47% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D61BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D61BE is #A29E41. Grayscale: #6A6A6A. Windows color (decimal): -10657346 or 12476765. OLE color: 12476765.
HSL color Cylindrical-coordinate representation of color #5D61BE: hue angle of 237.53º 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 #5D61BE is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 97 | 190 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.25 |
| HSL | 237.53º | 0.43% | 0.55% | - |
| HSV(B) | 237.53º | 0.51% | 0.75% | - |
| XYZ | 18.08 | 14.59 | 50.58 | - |
| YUV | 106.41 | 175.17 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 97 | 190 | 0.51 | 0.49 | 0 | 0.25 | 237.53 | 0.43 | 0.55 |
| Hex | 5D | 61 | BE | 33 | 31 | 0 | 19 | EE | 2B | 37 |
| Octal | 135 | 141 | 276 | 63 | 61 | 0 | 31 | 356 | 53 | 67 |
| Binary | 1011101 | 1100001 | 10111110 | 110011 | 110001 | 0 | 11001 | 11101110 | 101011 | 110111 |
Color Harmonies of #5D61BE
Complementary color
Monochromatic Colors of #5D61BE
Black with #5D61BE
Text Example
Text Example
White with #5D61BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D61BE; }
p { color: rgb(93,97,190); }
H1.HeaderClassName
{
color: #5D61BE;
}
.AnyTagClassName
{
color: #5D61BE;
}
</style>
background-color css
<style>
a { background-color: #5D61BE; }
a { background-color: rgb(93,97,190); }
div.DivClassName
{
background-color: #5D61BE;
}
.BgClassName
{
background-color: #5D61BE;
}
</style>
border-color css
<style>
span { border-color: #5D61BE; }
span { border-color: rgb(93,97,190); }
td.TdClassName
{
border-color: #5D61BE;
}
.TagClassName
{
border-color: #5D61BE;
}
</style>