Shades of Chetwode Blue #5A6FCA
Tints of Chetwode Blue #5A6FCA
RGB
CMYK
RGB Variations
Color information
#5A6FCA (or 0x5A6FCA) is known color: Chetwode Blue. HEX triplet: 5A, 6F and CA. RGB value is (90,111,202). Sum of RGB (Red+Green+Blue) = 90+111+202=403 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.33% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A6FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6FCA is #A59035. Grayscale: #727272. Windows color (decimal): -10850358 or 13266778. OLE color: 13266778.
HSL color Cylindrical-coordinate representation of color #5A6FCA: hue angle of 228.75º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A6FCA is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 111 | 202 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.21 |
| HSL | 228.75º | 0.51% | 0.57% | - |
| HSV(B) | 228.75º | 0.55% | 0.79% | - |
| XYZ | 20.56 | 17.81 | 58.23 | - |
| YUV | 115.1 | 177.04 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 111 | 202 | 0.55 | 0.45 | 0 | 0.21 | 228.75 | 0.51 | 0.57 |
| Hex | 5A | 6F | CA | 37 | 2D | 0 | 15 | E5 | 33 | 39 |
| Octal | 132 | 157 | 312 | 67 | 55 | 0 | 25 | 345 | 63 | 71 |
| Binary | 1011010 | 1101111 | 11001010 | 110111 | 101101 | 0 | 10101 | 11100101 | 110011 | 111001 |
Color Harmonies of #5A6FCA
Complementary color
Monochromatic Colors of #5A6FCA
Black with #5A6FCA
Text Example
Text Example
White with #5A6FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6FCA; }
p { color: rgb(90,111,202); }
H1.HeaderClassName
{
color: #5A6FCA;
}
.AnyTagClassName
{
color: #5A6FCA;
}
</style>
background-color css
<style>
a { background-color: #5A6FCA; }
a { background-color: rgb(90,111,202); }
div.DivClassName
{
background-color: #5A6FCA;
}
.BgClassName
{
background-color: #5A6FCA;
}
</style>
border-color css
<style>
span { border-color: #5A6FCA; }
span { border-color: rgb(90,111,202); }
td.TdClassName
{
border-color: #5A6FCA;
}
.TagClassName
{
border-color: #5A6FCA;
}
</style>