Shades of Chetwode Blue #5A6ACB
Tints of Chetwode Blue #5A6ACB
RGB
CMYK
RGB Variations
Color information
#5A6ACB (or 0x5A6ACB) is known color: Chetwode Blue. HEX triplet: 5A, 6A and CB. RGB value is (90,106,203). Sum of RGB (Red+Green+Blue) = 90+106+203=399 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.56% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A6ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6ACB is #A59534. Grayscale: #6F6F6F. Windows color (decimal): -10851637 or 13331034. OLE color: 13331034.
HSL color Cylindrical-coordinate representation of color #5A6ACB: hue angle of 231.5º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A6ACB is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 106 | 203 | - |
| CMYK | 0.56 | 0.48 | 0 | 0.20 |
| HSL | 231.5º | 0.52% | 0.57% | - |
| HSV(B) | 231.5º | 0.56% | 0.8% | - |
| XYZ | 20.15 | 16.79 | 58.68 | - |
| YUV | 112.27 | 179.2 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 106 | 203 | 0.56 | 0.48 | 0 | 0.20 | 231.5 | 0.52 | 0.57 |
| Hex | 5A | 6A | CB | 38 | 30 | 0 | 14 | E8 | 34 | 39 |
| Octal | 132 | 152 | 313 | 70 | 60 | 0 | 24 | 350 | 64 | 71 |
| Binary | 1011010 | 1101010 | 11001011 | 111000 | 110000 | 0 | 10100 | 11101000 | 110100 | 111001 |
Color Harmonies of #5A6ACB
Complementary color
Monochromatic Colors of #5A6ACB
Black with #5A6ACB
Text Example
Text Example
White with #5A6ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6ACB; }
p { color: rgb(90,106,203); }
H1.HeaderClassName
{
color: #5A6ACB;
}
.AnyTagClassName
{
color: #5A6ACB;
}
</style>
background-color css
<style>
a { background-color: #5A6ACB; }
a { background-color: rgb(90,106,203); }
div.DivClassName
{
background-color: #5A6ACB;
}
.BgClassName
{
background-color: #5A6ACB;
}
</style>
border-color css
<style>
span { border-color: #5A6ACB; }
span { border-color: rgb(90,106,203); }
td.TdClassName
{
border-color: #5A6ACB;
}
.TagClassName
{
border-color: #5A6ACB;
}
</style>