Shades of Chetwode Blue #5A6DB4
Tints of Chetwode Blue #5A6DB4
RGB
CMYK
RGB Variations
Color information
#5A6DB4 (or 0x5A6DB4) is known color: Chetwode Blue. HEX triplet: 5A, 6D and B4. RGB value is (90,109,180). Sum of RGB (Red+Green+Blue) = 90+109+180=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 180 (70.70% from 255 or 47.49% from 379); Max value from RGB is 180 - color contains mainly: blue. Hex color #5A6DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6DB4 is #A5924B. Grayscale: #6F6F6F. Windows color (decimal): -10850892 or 11824474. OLE color: 11824474.
HSL color Cylindrical-coordinate representation of color #5A6DB4: hue angle of 227.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A6DB4 is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 109 | 180 | - |
| CMYK | 0.50 | 0.39 | 0 | 0.29 |
| HSL | 227.33º | 0.38% | 0.53% | - |
| HSV(B) | 227.33º | 0.5% | 0.71% | - |
| XYZ | 17.92 | 16.41 | 45.4 | - |
| YUV | 111.41 | 166.71 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 109 | 180 | 0.50 | 0.39 | 0 | 0.29 | 227.33 | 0.38 | 0.53 |
| Hex | 5A | 6D | B4 | 32 | 27 | 0 | 1D | E3 | 26 | 35 |
| Octal | 132 | 155 | 264 | 62 | 47 | 0 | 35 | 343 | 46 | 65 |
| Binary | 1011010 | 1101101 | 10110100 | 110010 | 100111 | 0 | 11101 | 11100011 | 100110 | 110101 |
Color Harmonies of #5A6DB4
Complementary color
Monochromatic Colors of #5A6DB4
Black with #5A6DB4
Text Example
Text Example
White with #5A6DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6DB4; }
p { color: rgb(90,109,180); }
H1.HeaderClassName
{
color: #5A6DB4;
}
.AnyTagClassName
{
color: #5A6DB4;
}
</style>
background-color css
<style>
a { background-color: #5A6DB4; }
a { background-color: rgb(90,109,180); }
div.DivClassName
{
background-color: #5A6DB4;
}
.BgClassName
{
background-color: #5A6DB4;
}
</style>
border-color css
<style>
span { border-color: #5A6DB4; }
span { border-color: rgb(90,109,180); }
td.TdClassName
{
border-color: #5A6DB4;
}
.TagClassName
{
border-color: #5A6DB4;
}
</style>