Shades of Chetwode Blue #5B74AD
Tints of Chetwode Blue #5B74AD
RGB
CMYK
RGB Variations
Color information
#5B74AD (or 0x5B74AD) is known color: Chetwode Blue. HEX triplet: 5B, 74 and AD. RGB value is (91,116,173). Sum of RGB (Red+Green+Blue) = 91+116+173=380 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.95% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B74AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B74AD is #A48B52. Grayscale: #727272. Windows color (decimal): -10783571 or 11367515. OLE color: 11367515.
HSL color Cylindrical-coordinate representation of color #5B74AD: hue angle of 221.71º 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 #5B74AD is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 116 | 173 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.32 |
| HSL | 221.71º | 0.33% | 0.52% | - |
| HSV(B) | 221.71º | 0.47% | 0.68% | - |
| XYZ | 18.1 | 17.73 | 42 | - |
| YUV | 115.02 | 160.72 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 116 | 173 | 0.47 | 0.33 | 0 | 0.32 | 221.71 | 0.33 | 0.52 |
| Hex | 5B | 74 | AD | 2F | 21 | 0 | 20 | DE | 21 | 34 |
| Octal | 133 | 164 | 255 | 57 | 41 | 0 | 40 | 336 | 41 | 64 |
| Binary | 1011011 | 1110100 | 10101101 | 101111 | 100001 | 0 | 100000 | 11011110 | 100001 | 110100 |
Color Harmonies of #5B74AD
Complementary color
Monochromatic Colors of #5B74AD
Black with #5B74AD
Text Example
Text Example
White with #5B74AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B74AD; }
p { color: rgb(91,116,173); }
H1.HeaderClassName
{
color: #5B74AD;
}
.AnyTagClassName
{
color: #5B74AD;
}
</style>
background-color css
<style>
a { background-color: #5B74AD; }
a { background-color: rgb(91,116,173); }
div.DivClassName
{
background-color: #5B74AD;
}
.BgClassName
{
background-color: #5B74AD;
}
</style>
border-color css
<style>
span { border-color: #5B74AD; }
span { border-color: rgb(91,116,173); }
td.TdClassName
{
border-color: #5B74AD;
}
.TagClassName
{
border-color: #5B74AD;
}
</style>