Shades of Chetwode Blue #5A6ACC
Tints of Chetwode Blue #5A6ACC
RGB
CMYK
RGB Variations
Color information
#5A6ACC (or 0x5A6ACC) is known color: Chetwode Blue. HEX triplet: 5A, 6A and CC. RGB value is (90,106,204). Sum of RGB (Red+Green+Blue) = 90+106+204=400 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.5% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A6ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6ACC is #A59533. Grayscale: #6F6F6F. Windows color (decimal): -10851636 or 13396570. OLE color: 13396570.
HSL color Cylindrical-coordinate representation of color #5A6ACC: hue angle of 231.58º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A6ACC is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 106 | 204 | - |
| CMYK | 0.56 | 0.48 | 0 | 0.2 |
| HSL | 231.58º | 0.53% | 0.58% | - |
| HSV(B) | 231.58º | 0.56% | 0.8% | - |
| XYZ | 20.27 | 16.84 | 59.31 | - |
| YUV | 112.39 | 179.7 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 106 | 204 | 0.56 | 0.48 | 0 | 0.2 | 231.58 | 0.53 | 0.58 |
| Hex | 5A | 6A | CC | 38 | 30 | 0 | 14 | E8 | 35 | 3A |
| Octal | 132 | 152 | 314 | 70 | 60 | 0 | 24 | 350 | 65 | 72 |
| Binary | 1011010 | 1101010 | 11001100 | 111000 | 110000 | 0 | 10100 | 11101000 | 110101 | 111010 |
Color Harmonies of #5A6ACC
Complementary color
Monochromatic Colors of #5A6ACC
Black with #5A6ACC
Text Example
Text Example
White with #5A6ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6ACC; }
p { color: rgb(90,106,204); }
H1.HeaderClassName
{
color: #5A6ACC;
}
.AnyTagClassName
{
color: #5A6ACC;
}
</style>
background-color css
<style>
a { background-color: #5A6ACC; }
a { background-color: rgb(90,106,204); }
div.DivClassName
{
background-color: #5A6ACC;
}
.BgClassName
{
background-color: #5A6ACC;
}
</style>
border-color css
<style>
span { border-color: #5A6ACC; }
span { border-color: rgb(90,106,204); }
td.TdClassName
{
border-color: #5A6ACC;
}
.TagClassName
{
border-color: #5A6ACC;
}
</style>