Shades of Chetwode Blue #5A70CC
Tints of Chetwode Blue #5A70CC
RGB
CMYK
RGB Variations
Color information
#5A70CC (or 0x5A70CC) is known color: Chetwode Blue. HEX triplet: 5A, 70 and CC. RGB value is (90,112,204). Sum of RGB (Red+Green+Blue) = 90+112+204=406 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.17% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A70CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A70CC is #A58F33. Grayscale: #737373. Windows color (decimal): -10850100 or 13398106. OLE color: 13398106.
HSL color Cylindrical-coordinate representation of color #5A70CC: hue angle of 228.42º 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 #5A70CC is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 112 | 204 | - |
| CMYK | 0.56 | 0.45 | 0 | 0.2 |
| HSL | 228.42º | 0.53% | 0.58% | - |
| HSV(B) | 228.42º | 0.56% | 0.8% | - |
| XYZ | 20.91 | 18.12 | 59.52 | - |
| YUV | 115.91 | 177.71 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 112 | 204 | 0.56 | 0.45 | 0 | 0.2 | 228.42 | 0.53 | 0.58 |
| Hex | 5A | 70 | CC | 38 | 2D | 0 | 14 | E4 | 35 | 3A |
| Octal | 132 | 160 | 314 | 70 | 55 | 0 | 24 | 344 | 65 | 72 |
| Binary | 1011010 | 1110000 | 11001100 | 111000 | 101101 | 0 | 10100 | 11100100 | 110101 | 111010 |
Color Harmonies of #5A70CC
Complementary color
Monochromatic Colors of #5A70CC
Black with #5A70CC
Text Example
Text Example
White with #5A70CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A70CC; }
p { color: rgb(90,112,204); }
H1.HeaderClassName
{
color: #5A70CC;
}
.AnyTagClassName
{
color: #5A70CC;
}
</style>
background-color css
<style>
a { background-color: #5A70CC; }
a { background-color: rgb(90,112,204); }
div.DivClassName
{
background-color: #5A70CC;
}
.BgClassName
{
background-color: #5A70CC;
}
</style>
border-color css
<style>
span { border-color: #5A70CC; }
span { border-color: rgb(90,112,204); }
td.TdClassName
{
border-color: #5A70CC;
}
.TagClassName
{
border-color: #5A70CC;
}
</style>