Shades of Chetwode Blue #5A6ECB
Tints of Chetwode Blue #5A6ECB
RGB
CMYK
RGB Variations
Color information
#5A6ECB (or 0x5A6ECB) is known color: Chetwode Blue. HEX triplet: 5A, 6E and CB. RGB value is (90,110,203). Sum of RGB (Red+Green+Blue) = 90+110+203=403 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.33% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A6ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6ECB is #A59134. Grayscale: #727272. Windows color (decimal): -10850613 or 13332058. OLE color: 13332058.
HSL color Cylindrical-coordinate representation of color #5A6ECB: hue angle of 229.38º 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 #5A6ECB is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 110 | 203 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.20 |
| HSL | 229.38º | 0.52% | 0.57% | - |
| HSV(B) | 229.38º | 0.56% | 0.8% | - |
| XYZ | 20.57 | 17.64 | 58.82 | - |
| YUV | 114.62 | 177.87 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 110 | 203 | 0.56 | 0.46 | 0 | 0.20 | 229.38 | 0.52 | 0.57 |
| Hex | 5A | 6E | CB | 38 | 2E | 0 | 14 | E5 | 34 | 39 |
| Octal | 132 | 156 | 313 | 70 | 56 | 0 | 24 | 345 | 64 | 71 |
| Binary | 1011010 | 1101110 | 11001011 | 111000 | 101110 | 0 | 10100 | 11100101 | 110100 | 111001 |
Color Harmonies of #5A6ECB
Complementary color
Monochromatic Colors of #5A6ECB
Black with #5A6ECB
Text Example
Text Example
White with #5A6ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6ECB; }
p { color: rgb(90,110,203); }
H1.HeaderClassName
{
color: #5A6ECB;
}
.AnyTagClassName
{
color: #5A6ECB;
}
</style>
background-color css
<style>
a { background-color: #5A6ECB; }
a { background-color: rgb(90,110,203); }
div.DivClassName
{
background-color: #5A6ECB;
}
.BgClassName
{
background-color: #5A6ECB;
}
</style>
border-color css
<style>
span { border-color: #5A6ECB; }
span { border-color: rgb(90,110,203); }
td.TdClassName
{
border-color: #5A6ECB;
}
.TagClassName
{
border-color: #5A6ECB;
}
</style>