Shades of Chetwode Blue #5E6BA4
Tints of Chetwode Blue #5E6BA4
RGB
CMYK
RGB Variations
Color information
#5E6BA4 (or 0x5E6BA4) is known color: Chetwode Blue. HEX triplet: 5E, 6B and A4. RGB value is (94,107,164). Sum of RGB (Red+Green+Blue) = 94+107+164=365 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.75% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 164 (64.45% from 255 or 44.93% from 365); Max value from RGB is 164 - color contains mainly: blue. Hex color #5E6BA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6BA4 is #A1945B. Grayscale: #6D6D6D. Windows color (decimal): -10589276 or 10775390. OLE color: 10775390.
HSL color Cylindrical-coordinate representation of color #5E6BA4: hue angle of 228.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E6BA4 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 107 | 164 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.36 |
| HSL | 228.86º | 0.28% | 0.51% | - |
| HSV(B) | 228.86º | 0.43% | 0.64% | - |
| XYZ | 16.57 | 15.58 | 37.25 | - |
| YUV | 109.61 | 158.69 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 107 | 164 | 0.43 | 0.35 | 0 | 0.36 | 228.86 | 0.28 | 0.51 |
| Hex | 5E | 6B | A4 | 2B | 23 | 0 | 24 | E5 | 1C | 33 |
| Octal | 136 | 153 | 244 | 53 | 43 | 0 | 44 | 345 | 34 | 63 |
| Binary | 1011110 | 1101011 | 10100100 | 101011 | 100011 | 0 | 100100 | 11100101 | 11100 | 110011 |
Color Harmonies of #5E6BA4
Complementary color
Monochromatic Colors of #5E6BA4
Black with #5E6BA4
Text Example
Text Example
White with #5E6BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6BA4; }
p { color: rgb(94,107,164); }
H1.HeaderClassName
{
color: #5E6BA4;
}
.AnyTagClassName
{
color: #5E6BA4;
}
</style>
background-color css
<style>
a { background-color: #5E6BA4; }
a { background-color: rgb(94,107,164); }
div.DivClassName
{
background-color: #5E6BA4;
}
.BgClassName
{
background-color: #5E6BA4;
}
</style>
border-color css
<style>
span { border-color: #5E6BA4; }
span { border-color: rgb(94,107,164); }
td.TdClassName
{
border-color: #5E6BA4;
}
.TagClassName
{
border-color: #5E6BA4;
}
</style>