Shades of Chetwode Blue #5A73BD
Tints of Chetwode Blue #5A73BD
RGB
CMYK
RGB Variations
Color information
#5A73BD (or 0x5A73BD) is known color: Chetwode Blue. HEX triplet: 5A, 73 and BD. RGB value is (90,115,189). Sum of RGB (Red+Green+Blue) = 90+115+189=394 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.84% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #5A73BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A73BD is #A58C42. Grayscale: #737373. Windows color (decimal): -10849347 or 12415834. OLE color: 12415834.
HSL color Cylindrical-coordinate representation of color #5A73BD: hue angle of 224.85º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A73BD is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 115 | 189 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.26 |
| HSL | 224.85º | 0.43% | 0.55% | - |
| HSV(B) | 224.85º | 0.52% | 0.74% | - |
| XYZ | 19.53 | 18.11 | 50.61 | - |
| YUV | 115.96 | 169.22 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 115 | 189 | 0.52 | 0.39 | 0 | 0.26 | 224.85 | 0.43 | 0.55 |
| Hex | 5A | 73 | BD | 34 | 27 | 0 | 1A | E1 | 2B | 37 |
| Octal | 132 | 163 | 275 | 64 | 47 | 0 | 32 | 341 | 53 | 67 |
| Binary | 1011010 | 1110011 | 10111101 | 110100 | 100111 | 0 | 11010 | 11100001 | 101011 | 110111 |
Color Harmonies of #5A73BD
Complementary color
Monochromatic Colors of #5A73BD
Black with #5A73BD
Text Example
Text Example
White with #5A73BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A73BD; }
p { color: rgb(90,115,189); }
H1.HeaderClassName
{
color: #5A73BD;
}
.AnyTagClassName
{
color: #5A73BD;
}
</style>
background-color css
<style>
a { background-color: #5A73BD; }
a { background-color: rgb(90,115,189); }
div.DivClassName
{
background-color: #5A73BD;
}
.BgClassName
{
background-color: #5A73BD;
}
</style>
border-color css
<style>
span { border-color: #5A73BD; }
span { border-color: rgb(90,115,189); }
td.TdClassName
{
border-color: #5A73BD;
}
.TagClassName
{
border-color: #5A73BD;
}
</style>