Shades of Chetwode Blue #5D6BAA
Tints of Chetwode Blue #5D6BAA
RGB
CMYK
RGB Variations
Color information
#5D6BAA (or 0x5D6BAA) is known color: Chetwode Blue. HEX triplet: 5D, 6B and AA. RGB value is (93,107,170). Sum of RGB (Red+Green+Blue) = 93+107+170=370 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.14% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D6BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6BAA is #A29455. Grayscale: #6D6D6D. Windows color (decimal): -10654806 or 11168605. OLE color: 11168605.
HSL color Cylindrical-coordinate representation of color #5D6BAA: hue angle of 229.09º 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 #5D6BAA is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 107 | 170 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.33 |
| HSL | 229.09º | 0.31% | 0.52% | - |
| HSV(B) | 229.09º | 0.45% | 0.67% | - |
| XYZ | 17.03 | 15.74 | 40.17 | - |
| YUV | 110 | 161.86 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 107 | 170 | 0.45 | 0.37 | 0 | 0.33 | 229.09 | 0.31 | 0.52 |
| Hex | 5D | 6B | AA | 2D | 25 | 0 | 21 | E5 | 1F | 34 |
| Octal | 135 | 153 | 252 | 55 | 45 | 0 | 41 | 345 | 37 | 64 |
| Binary | 1011101 | 1101011 | 10101010 | 101101 | 100101 | 0 | 100001 | 11100101 | 11111 | 110100 |
Color Harmonies of #5D6BAA
Complementary color
Monochromatic Colors of #5D6BAA
Black with #5D6BAA
Text Example
Text Example
White with #5D6BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6BAA; }
p { color: rgb(93,107,170); }
H1.HeaderClassName
{
color: #5D6BAA;
}
.AnyTagClassName
{
color: #5D6BAA;
}
</style>
background-color css
<style>
a { background-color: #5D6BAA; }
a { background-color: rgb(93,107,170); }
div.DivClassName
{
background-color: #5D6BAA;
}
.BgClassName
{
background-color: #5D6BAA;
}
</style>
border-color css
<style>
span { border-color: #5D6BAA; }
span { border-color: rgb(93,107,170); }
td.TdClassName
{
border-color: #5D6BAA;
}
.TagClassName
{
border-color: #5D6BAA;
}
</style>