Shades of Chetwode Blue #5A6DCC
Tints of Chetwode Blue #5A6DCC
RGB
CMYK
RGB Variations
Color information
#5A6DCC (or 0x5A6DCC) is known color: Chetwode Blue. HEX triplet: 5A, 6D and CC. RGB value is (90,109,204). Sum of RGB (Red+Green+Blue) = 90+109+204=403 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.33% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A6DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6DCC is #A59233. Grayscale: #717171. Windows color (decimal): -10850868 or 13397338. OLE color: 13397338.
HSL color Cylindrical-coordinate representation of color #5A6DCC: hue angle of 230º 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 #5A6DCC is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 109 | 204 | - |
| CMYK | 0.56 | 0.47 | 0 | 0.2 |
| HSL | 230º | 0.53% | 0.58% | - |
| HSV(B) | 230º | 0.56% | 0.8% | - |
| XYZ | 20.58 | 17.47 | 59.41 | - |
| YUV | 114.15 | 178.71 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 109 | 204 | 0.56 | 0.47 | 0 | 0.2 | 230 | 0.53 | 0.58 |
| Hex | 5A | 6D | CC | 38 | 2F | 0 | 14 | E6 | 35 | 3A |
| Octal | 132 | 155 | 314 | 70 | 57 | 0 | 24 | 346 | 65 | 72 |
| Binary | 1011010 | 1101101 | 11001100 | 111000 | 101111 | 0 | 10100 | 11100110 | 110101 | 111010 |
Color Harmonies of #5A6DCC
Complementary color
Monochromatic Colors of #5A6DCC
Black with #5A6DCC
Text Example
Text Example
White with #5A6DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6DCC; }
p { color: rgb(90,109,204); }
H1.HeaderClassName
{
color: #5A6DCC;
}
.AnyTagClassName
{
color: #5A6DCC;
}
</style>
background-color css
<style>
a { background-color: #5A6DCC; }
a { background-color: rgb(90,109,204); }
div.DivClassName
{
background-color: #5A6DCC;
}
.BgClassName
{
background-color: #5A6DCC;
}
</style>
border-color css
<style>
span { border-color: #5A6DCC; }
span { border-color: rgb(90,109,204); }
td.TdClassName
{
border-color: #5A6DCC;
}
.TagClassName
{
border-color: #5A6DCC;
}
</style>