Shades of Chetwode Blue #5A6FBA
Tints of Chetwode Blue #5A6FBA
RGB
CMYK
RGB Variations
Color information
#5A6FBA (or 0x5A6FBA) is known color: Chetwode Blue. HEX triplet: 5A, 6F and BA. RGB value is (90,111,186). Sum of RGB (Red+Green+Blue) = 90+111+186=387 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.26% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A6FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6FBA is #A59045. Grayscale: #707070. Windows color (decimal): -10850374 or 12218202. OLE color: 12218202.
HSL color Cylindrical-coordinate representation of color #5A6FBA: hue angle of 226.88º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A6FBA is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 111 | 186 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.27 |
| HSL | 226.88º | 0.41% | 0.54% | - |
| HSV(B) | 226.88º | 0.52% | 0.73% | - |
| XYZ | 18.76 | 17.09 | 48.76 | - |
| YUV | 113.27 | 169.04 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 111 | 186 | 0.52 | 0.40 | 0 | 0.27 | 226.88 | 0.41 | 0.54 |
| Hex | 5A | 6F | BA | 34 | 28 | 0 | 1B | E3 | 29 | 36 |
| Octal | 132 | 157 | 272 | 64 | 50 | 0 | 33 | 343 | 51 | 66 |
| Binary | 1011010 | 1101111 | 10111010 | 110100 | 101000 | 0 | 11011 | 11100011 | 101001 | 110110 |
Color Harmonies of #5A6FBA
Complementary color
Monochromatic Colors of #5A6FBA
Black with #5A6FBA
Text Example
Text Example
White with #5A6FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6FBA; }
p { color: rgb(90,111,186); }
H1.HeaderClassName
{
color: #5A6FBA;
}
.AnyTagClassName
{
color: #5A6FBA;
}
</style>
background-color css
<style>
a { background-color: #5A6FBA; }
a { background-color: rgb(90,111,186); }
div.DivClassName
{
background-color: #5A6FBA;
}
.BgClassName
{
background-color: #5A6FBA;
}
</style>
border-color css
<style>
span { border-color: #5A6FBA; }
span { border-color: rgb(90,111,186); }
td.TdClassName
{
border-color: #5A6FBA;
}
.TagClassName
{
border-color: #5A6FBA;
}
</style>