Shades of Chetwode Blue #5D6CBE
Tints of Chetwode Blue #5D6CBE
RGB
CMYK
RGB Variations
Color information
#5D6CBE (or 0x5D6CBE) is known color: Chetwode Blue. HEX triplet: 5D, 6C and BE. RGB value is (93,108,190). Sum of RGB (Red+Green+Blue) = 93+108+190=391 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.79% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D6CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D6CBE is #A29341. Grayscale: #707070. Windows color (decimal): -10654530 or 12479581. OLE color: 12479581.
HSL color Cylindrical-coordinate representation of color #5D6CBE: hue angle of 230.72º 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 #5D6CBE is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 108 | 190 | - |
| CMYK | 0.51 | 0.43 | 0 | 0.25 |
| HSL | 230.72º | 0.43% | 0.55% | - |
| HSV(B) | 230.72º | 0.51% | 0.75% | - |
| XYZ | 19.17 | 16.77 | 50.94 | - |
| YUV | 112.86 | 171.53 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 108 | 190 | 0.51 | 0.43 | 0 | 0.25 | 230.72 | 0.43 | 0.55 |
| Hex | 5D | 6C | BE | 33 | 2B | 0 | 19 | E7 | 2B | 37 |
| Octal | 135 | 154 | 276 | 63 | 53 | 0 | 31 | 347 | 53 | 67 |
| Binary | 1011101 | 1101100 | 10111110 | 110011 | 101011 | 0 | 11001 | 11100111 | 101011 | 110111 |
Color Harmonies of #5D6CBE
Complementary color
Monochromatic Colors of #5D6CBE
Black with #5D6CBE
Text Example
Text Example
White with #5D6CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6CBE; }
p { color: rgb(93,108,190); }
H1.HeaderClassName
{
color: #5D6CBE;
}
.AnyTagClassName
{
color: #5D6CBE;
}
</style>
background-color css
<style>
a { background-color: #5D6CBE; }
a { background-color: rgb(93,108,190); }
div.DivClassName
{
background-color: #5D6CBE;
}
.BgClassName
{
background-color: #5D6CBE;
}
</style>
border-color css
<style>
span { border-color: #5D6CBE; }
span { border-color: rgb(93,108,190); }
td.TdClassName
{
border-color: #5D6CBE;
}
.TagClassName
{
border-color: #5D6CBE;
}
</style>