Shades of Chetwode Blue #5D67AE
Tints of Chetwode Blue #5D67AE
RGB
CMYK
RGB Variations
Color information
#5D67AE (or 0x5D67AE) is known color: Chetwode Blue. HEX triplet: 5D, 67 and AE. RGB value is (93,103,174). Sum of RGB (Red+Green+Blue) = 93+103+174=370 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.14% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #5D67AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D67AE is #A29851. Grayscale: #6B6B6B. Windows color (decimal): -10655826 or 11429725. OLE color: 11429725.
HSL color Cylindrical-coordinate representation of color #5D67AE: hue angle of 232.59º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D67AE is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 103 | 174 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.32 |
| HSL | 232.59º | 0.33% | 0.52% | - |
| HSV(B) | 232.59º | 0.47% | 0.68% | - |
| XYZ | 17 | 15.08 | 42.06 | - |
| YUV | 108.1 | 165.19 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 103 | 174 | 0.47 | 0.41 | 0 | 0.32 | 232.59 | 0.33 | 0.52 |
| Hex | 5D | 67 | AE | 2F | 29 | 0 | 20 | E9 | 21 | 34 |
| Octal | 135 | 147 | 256 | 57 | 51 | 0 | 40 | 351 | 41 | 64 |
| Binary | 1011101 | 1100111 | 10101110 | 101111 | 101001 | 0 | 100000 | 11101001 | 100001 | 110100 |
Color Harmonies of #5D67AE
Complementary color
Monochromatic Colors of #5D67AE
Black with #5D67AE
Text Example
Text Example
White with #5D67AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D67AE; }
p { color: rgb(93,103,174); }
H1.HeaderClassName
{
color: #5D67AE;
}
.AnyTagClassName
{
color: #5D67AE;
}
</style>
background-color css
<style>
a { background-color: #5D67AE; }
a { background-color: rgb(93,103,174); }
div.DivClassName
{
background-color: #5D67AE;
}
.BgClassName
{
background-color: #5D67AE;
}
</style>
border-color css
<style>
span { border-color: #5D67AE; }
span { border-color: rgb(93,103,174); }
td.TdClassName
{
border-color: #5D67AE;
}
.TagClassName
{
border-color: #5D67AE;
}
</style>