Shades of Chetwode Blue #5E6CAA
Tints of Chetwode Blue #5E6CAA
RGB
CMYK
RGB Variations
Color information
#5E6CAA (or 0x5E6CAA) is known color: Chetwode Blue. HEX triplet: 5E, 6C and AA. RGB value is (94,108,170). Sum of RGB (Red+Green+Blue) = 94+108+170=372 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.27% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E6CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6CAA is #A19355. Grayscale: #6E6E6E. Windows color (decimal): -10589014 or 11168862. OLE color: 11168862.
HSL color Cylindrical-coordinate representation of color #5E6CAA: hue angle of 228.95º 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 #5E6CAA is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 108 | 170 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.33 |
| HSL | 228.95º | 0.31% | 0.52% | - |
| HSV(B) | 228.95º | 0.45% | 0.67% | - |
| XYZ | 17.23 | 16.01 | 40.21 | - |
| YUV | 110.88 | 161.36 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 108 | 170 | 0.45 | 0.36 | 0 | 0.33 | 228.95 | 0.31 | 0.52 |
| Hex | 5E | 6C | AA | 2D | 24 | 0 | 21 | E5 | 1F | 34 |
| Octal | 136 | 154 | 252 | 55 | 44 | 0 | 41 | 345 | 37 | 64 |
| Binary | 1011110 | 1101100 | 10101010 | 101101 | 100100 | 0 | 100001 | 11100101 | 11111 | 110100 |
Color Harmonies of #5E6CAA
Complementary color
Monochromatic Colors of #5E6CAA
Black with #5E6CAA
Text Example
Text Example
White with #5E6CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6CAA; }
p { color: rgb(94,108,170); }
H1.HeaderClassName
{
color: #5E6CAA;
}
.AnyTagClassName
{
color: #5E6CAA;
}
</style>
background-color css
<style>
a { background-color: #5E6CAA; }
a { background-color: rgb(94,108,170); }
div.DivClassName
{
background-color: #5E6CAA;
}
.BgClassName
{
background-color: #5E6CAA;
}
</style>
border-color css
<style>
span { border-color: #5E6CAA; }
span { border-color: rgb(94,108,170); }
td.TdClassName
{
border-color: #5E6CAA;
}
.TagClassName
{
border-color: #5E6CAA;
}
</style>