Shades of Chetwode Blue #5D74CC
Tints of Chetwode Blue #5D74CC
RGB
CMYK
RGB Variations
Color information
#5D74CC (or 0x5D74CC) is known color: Chetwode Blue. HEX triplet: 5D, 74 and CC. RGB value is (93,116,204). Sum of RGB (Red+Green+Blue) = 93+116+204=413 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.52% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #5D74CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D74CC is #A28B33. Grayscale: #767676. Windows color (decimal): -10652468 or 13399133. OLE color: 13399133.
HSL color Cylindrical-coordinate representation of color #5D74CC: hue angle of 227.57º 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 #5D74CC is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 116 | 204 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.2 |
| HSL | 227.57º | 0.52% | 0.58% | - |
| HSV(B) | 227.57º | 0.54% | 0.8% | - |
| XYZ | 21.66 | 19.18 | 59.69 | - |
| YUV | 119.16 | 175.88 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 116 | 204 | 0.54 | 0.43 | 0 | 0.2 | 227.57 | 0.52 | 0.58 |
| Hex | 5D | 74 | CC | 36 | 2B | 0 | 14 | E4 | 34 | 3A |
| Octal | 135 | 164 | 314 | 66 | 53 | 0 | 24 | 344 | 64 | 72 |
| Binary | 1011101 | 1110100 | 11001100 | 110110 | 101011 | 0 | 10100 | 11100100 | 110100 | 111010 |
Color Harmonies of #5D74CC
Complementary color
Monochromatic Colors of #5D74CC
Black with #5D74CC
Text Example
Text Example
White with #5D74CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D74CC; }
p { color: rgb(93,116,204); }
H1.HeaderClassName
{
color: #5D74CC;
}
.AnyTagClassName
{
color: #5D74CC;
}
</style>
background-color css
<style>
a { background-color: #5D74CC; }
a { background-color: rgb(93,116,204); }
div.DivClassName
{
background-color: #5D74CC;
}
.BgClassName
{
background-color: #5D74CC;
}
</style>
border-color css
<style>
span { border-color: #5D74CC; }
span { border-color: rgb(93,116,204); }
td.TdClassName
{
border-color: #5D74CC;
}
.TagClassName
{
border-color: #5D74CC;
}
</style>