Shades of Chetwode Blue #5E74AA
Tints of Chetwode Blue #5E74AA
RGB
CMYK
RGB Variations
Color information
#5E74AA (or 0x5E74AA) is known color: Chetwode Blue. HEX triplet: 5E, 74 and AA. RGB value is (94,116,170). Sum of RGB (Red+Green+Blue) = 94+116+170=380 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.74% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E74AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E74AA is #A18B55. Grayscale: #737373. Windows color (decimal): -10586966 or 11170910. OLE color: 11170910.
HSL color Cylindrical-coordinate representation of color #5E74AA: hue angle of 222.63º 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 #5E74AA is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 116 | 170 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.33 |
| HSL | 222.63º | 0.31% | 0.52% | - |
| HSV(B) | 222.63º | 0.45% | 0.67% | - |
| XYZ | 18.12 | 17.77 | 40.51 | - |
| YUV | 115.58 | 158.71 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 116 | 170 | 0.45 | 0.32 | 0 | 0.33 | 222.63 | 0.31 | 0.52 |
| Hex | 5E | 74 | AA | 2D | 20 | 0 | 21 | DF | 1F | 34 |
| Octal | 136 | 164 | 252 | 55 | 40 | 0 | 41 | 337 | 37 | 64 |
| Binary | 1011110 | 1110100 | 10101010 | 101101 | 100000 | 0 | 100001 | 11011111 | 11111 | 110100 |
Color Harmonies of #5E74AA
Complementary color
Monochromatic Colors of #5E74AA
Black with #5E74AA
Text Example
Text Example
White with #5E74AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E74AA; }
p { color: rgb(94,116,170); }
H1.HeaderClassName
{
color: #5E74AA;
}
.AnyTagClassName
{
color: #5E74AA;
}
</style>
background-color css
<style>
a { background-color: #5E74AA; }
a { background-color: rgb(94,116,170); }
div.DivClassName
{
background-color: #5E74AA;
}
.BgClassName
{
background-color: #5E74AA;
}
</style>
border-color css
<style>
span { border-color: #5E74AA; }
span { border-color: rgb(94,116,170); }
td.TdClassName
{
border-color: #5E74AA;
}
.TagClassName
{
border-color: #5E74AA;
}
</style>