Shades of Chetwode Blue #5D68CC
Tints of Chetwode Blue #5D68CC
RGB
CMYK
RGB Variations
Color information
#5D68CC (or 0x5D68CC) is known color: Chetwode Blue. HEX triplet: 5D, 68 and CC. RGB value is (93,104,204). Sum of RGB (Red+Green+Blue) = 93+104+204=401 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.19% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #5D68CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D68CC is #A29733. Grayscale: #6F6F6F. Windows color (decimal): -10655540 or 13396061. OLE color: 13396061.
HSL color Cylindrical-coordinate representation of color #5D68CC: hue angle of 234.05º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D68CC is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 104 | 204 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.2 |
| HSL | 234.05º | 0.52% | 0.58% | - |
| HSV(B) | 234.05º | 0.54% | 0.8% | - |
| XYZ | 20.36 | 16.59 | 59.26 | - |
| YUV | 112.11 | 179.86 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 104 | 204 | 0.54 | 0.49 | 0 | 0.2 | 234.05 | 0.52 | 0.58 |
| Hex | 5D | 68 | CC | 36 | 31 | 0 | 14 | EA | 34 | 3A |
| Octal | 135 | 150 | 314 | 66 | 61 | 0 | 24 | 352 | 64 | 72 |
| Binary | 1011101 | 1101000 | 11001100 | 110110 | 110001 | 0 | 10100 | 11101010 | 110100 | 111010 |
Color Harmonies of #5D68CC
Complementary color
Monochromatic Colors of #5D68CC
Black with #5D68CC
Text Example
Text Example
White with #5D68CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D68CC; }
p { color: rgb(93,104,204); }
H1.HeaderClassName
{
color: #5D68CC;
}
.AnyTagClassName
{
color: #5D68CC;
}
</style>
background-color css
<style>
a { background-color: #5D68CC; }
a { background-color: rgb(93,104,204); }
div.DivClassName
{
background-color: #5D68CC;
}
.BgClassName
{
background-color: #5D68CC;
}
</style>
border-color css
<style>
span { border-color: #5D68CC; }
span { border-color: rgb(93,104,204); }
td.TdClassName
{
border-color: #5D68CC;
}
.TagClassName
{
border-color: #5D68CC;
}
</style>