Shades of Chetwode Blue #5D68AB
Tints of Chetwode Blue #5D68AB
RGB
CMYK
RGB Variations
Color information
#5D68AB (or 0x5D68AB) is known color: Chetwode Blue. HEX triplet: 5D, 68 and AB. RGB value is (93,104,171). Sum of RGB (Red+Green+Blue) = 93+104+171=368 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.27% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D68AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D68AB is #A29754. Grayscale: #6C6C6C. Windows color (decimal): -10655573 or 11233373. OLE color: 11233373.
HSL color Cylindrical-coordinate representation of color #5D68AB: hue angle of 231.54º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D68AB is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 104 | 171 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.33 |
| HSL | 231.54º | 0.32% | 0.52% | - |
| HSV(B) | 231.54º | 0.46% | 0.67% | - |
| XYZ | 16.82 | 15.17 | 40.57 | - |
| YUV | 108.35 | 163.36 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 104 | 171 | 0.46 | 0.39 | 0 | 0.33 | 231.54 | 0.32 | 0.52 |
| Hex | 5D | 68 | AB | 2E | 27 | 0 | 21 | E8 | 20 | 34 |
| Octal | 135 | 150 | 253 | 56 | 47 | 0 | 41 | 350 | 40 | 64 |
| Binary | 1011101 | 1101000 | 10101011 | 101110 | 100111 | 0 | 100001 | 11101000 | 100000 | 110100 |
Color Harmonies of #5D68AB
Complementary color
Monochromatic Colors of #5D68AB
Black with #5D68AB
Text Example
Text Example
White with #5D68AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D68AB; }
p { color: rgb(93,104,171); }
H1.HeaderClassName
{
color: #5D68AB;
}
.AnyTagClassName
{
color: #5D68AB;
}
</style>
background-color css
<style>
a { background-color: #5D68AB; }
a { background-color: rgb(93,104,171); }
div.DivClassName
{
background-color: #5D68AB;
}
.BgClassName
{
background-color: #5D68AB;
}
</style>
border-color css
<style>
span { border-color: #5D68AB; }
span { border-color: rgb(93,104,171); }
td.TdClassName
{
border-color: #5D68AB;
}
.TagClassName
{
border-color: #5D68AB;
}
</style>