Shades of Chetwode Blue #5A62BA
Tints of Chetwode Blue #5A62BA
RGB
CMYK
RGB Variations
Color information
#5A62BA (or 0x5A62BA) is known color: Chetwode Blue. HEX triplet: 5A, 62 and BA. RGB value is (90,98,186). Sum of RGB (Red+Green+Blue) = 90+98+186=374 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.06% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A62BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A62BA is #A59D45. Grayscale: #696969. Windows color (decimal): -10853702 or 12214874. OLE color: 12214874.
HSL color Cylindrical-coordinate representation of color #5A62BA: hue angle of 235º 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 #5A62BA is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 98 | 186 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.27 |
| HSL | 235º | 0.41% | 0.54% | - |
| HSV(B) | 235º | 0.52% | 0.73% | - |
| XYZ | 17.45 | 14.45 | 48.32 | - |
| YUV | 105.64 | 173.35 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 98 | 186 | 0.52 | 0.47 | 0 | 0.27 | 235 | 0.41 | 0.54 |
| Hex | 5A | 62 | BA | 34 | 2F | 0 | 1B | EB | 29 | 36 |
| Octal | 132 | 142 | 272 | 64 | 57 | 0 | 33 | 353 | 51 | 66 |
| Binary | 1011010 | 1100010 | 10111010 | 110100 | 101111 | 0 | 11011 | 11101011 | 101001 | 110110 |
Color Harmonies of #5A62BA
Complementary color
Monochromatic Colors of #5A62BA
Black with #5A62BA
Text Example
Text Example
White with #5A62BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A62BA; }
p { color: rgb(90,98,186); }
H1.HeaderClassName
{
color: #5A62BA;
}
.AnyTagClassName
{
color: #5A62BA;
}
</style>
background-color css
<style>
a { background-color: #5A62BA; }
a { background-color: rgb(90,98,186); }
div.DivClassName
{
background-color: #5A62BA;
}
.BgClassName
{
background-color: #5A62BA;
}
</style>
border-color css
<style>
span { border-color: #5A62BA; }
span { border-color: rgb(90,98,186); }
td.TdClassName
{
border-color: #5A62BA;
}
.TagClassName
{
border-color: #5A62BA;
}
</style>