Shades of Chetwode Blue #5D68AA
Tints of Chetwode Blue #5D68AA
RGB
CMYK
RGB Variations
Color information
#5D68AA (or 0x5D68AA) is known color: Chetwode Blue. HEX triplet: 5D, 68 and AA. RGB value is (93,104,170). Sum of RGB (Red+Green+Blue) = 93+104+170=367 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.34% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D68AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D68AA is #A29755. Grayscale: #6B6B6B. Windows color (decimal): -10655574 or 11167837. OLE color: 11167837.
HSL color Cylindrical-coordinate representation of color #5D68AA: hue angle of 231.43º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5D68AA is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 104 | 170 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.33 |
| HSL | 231.43º | 0.31% | 0.52% | - |
| HSV(B) | 231.43º | 0.45% | 0.67% | - |
| XYZ | 16.72 | 15.13 | 40.07 | - |
| YUV | 108.24 | 162.86 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 104 | 170 | 0.45 | 0.39 | 0 | 0.33 | 231.43 | 0.31 | 0.52 |
| Hex | 5D | 68 | AA | 2D | 27 | 0 | 21 | E7 | 1F | 34 |
| Octal | 135 | 150 | 252 | 55 | 47 | 0 | 41 | 347 | 37 | 64 |
| Binary | 1011101 | 1101000 | 10101010 | 101101 | 100111 | 0 | 100001 | 11100111 | 11111 | 110100 |
Color Harmonies of #5D68AA
Complementary color
Monochromatic Colors of #5D68AA
Black with #5D68AA
Text Example
Text Example
White with #5D68AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D68AA; }
p { color: rgb(93,104,170); }
H1.HeaderClassName
{
color: #5D68AA;
}
.AnyTagClassName
{
color: #5D68AA;
}
</style>
background-color css
<style>
a { background-color: #5D68AA; }
a { background-color: rgb(93,104,170); }
div.DivClassName
{
background-color: #5D68AA;
}
.BgClassName
{
background-color: #5D68AA;
}
</style>
border-color css
<style>
span { border-color: #5D68AA; }
span { border-color: rgb(93,104,170); }
td.TdClassName
{
border-color: #5D68AA;
}
.TagClassName
{
border-color: #5D68AA;
}
</style>