Shades of Chetwode Blue #5A6BC3
Tints of Chetwode Blue #5A6BC3
RGB
CMYK
RGB Variations
Color information
#5A6BC3 (or 0x5A6BC3) is known color: Chetwode Blue. HEX triplet: 5A, 6B and C3. RGB value is (90,107,195). Sum of RGB (Red+Green+Blue) = 90+107+195=392 (51% of max value = 765). Red value is 90 (35.55% from 255 or 22.96% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 195 (76.56% from 255 or 49.74% from 392); Max value from RGB is 195 - color contains mainly: blue. Hex color #5A6BC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6BC3 is #A5943C. Grayscale: #6F6F6F. Windows color (decimal): -10851389 or 12807002. OLE color: 12807002.
HSL color Cylindrical-coordinate representation of color #5A6BC3: hue angle of 230.29º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A6BC3 is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 107 | 195 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.24 |
| HSL | 230.29º | 0.47% | 0.56% | - |
| HSV(B) | 230.29º | 0.54% | 0.76% | - |
| XYZ | 19.32 | 16.63 | 53.82 | - |
| YUV | 111.95 | 174.87 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 107 | 195 | 0.54 | 0.45 | 0 | 0.24 | 230.29 | 0.47 | 0.56 |
| Hex | 5A | 6B | C3 | 36 | 2D | 0 | 18 | E6 | 2F | 38 |
| Octal | 132 | 153 | 303 | 66 | 55 | 0 | 30 | 346 | 57 | 70 |
| Binary | 1011010 | 1101011 | 11000011 | 110110 | 101101 | 0 | 11000 | 11100110 | 101111 | 111000 |
Color Harmonies of #5A6BC3
Complementary color
Monochromatic Colors of #5A6BC3
Black with #5A6BC3
Text Example
Text Example
White with #5A6BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6BC3; }
p { color: rgb(90,107,195); }
H1.HeaderClassName
{
color: #5A6BC3;
}
.AnyTagClassName
{
color: #5A6BC3;
}
</style>
background-color css
<style>
a { background-color: #5A6BC3; }
a { background-color: rgb(90,107,195); }
div.DivClassName
{
background-color: #5A6BC3;
}
.BgClassName
{
background-color: #5A6BC3;
}
</style>
border-color css
<style>
span { border-color: #5A6BC3; }
span { border-color: rgb(90,107,195); }
td.TdClassName
{
border-color: #5A6BC3;
}
.TagClassName
{
border-color: #5A6BC3;
}
</style>