Shades of Chetwode Blue #5A66BF
Tints of Chetwode Blue #5A66BF
RGB
CMYK
RGB Variations
Color information
#5A66BF (or 0x5A66BF) is known color: Chetwode Blue. HEX triplet: 5A, 66 and BF. RGB value is (90,102,191). Sum of RGB (Red+Green+Blue) = 90+102+191=383 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.50% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #5A66BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A66BF is #A59940. Grayscale: #6C6C6C. Windows color (decimal): -10852673 or 12543578. OLE color: 12543578.
HSL color Cylindrical-coordinate representation of color #5A66BF: hue angle of 232.87º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A66BF is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 102 | 191 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.25 |
| HSL | 232.87º | 0.44% | 0.55% | - |
| HSV(B) | 232.87º | 0.53% | 0.75% | - |
| XYZ | 18.37 | 15.44 | 51.3 | - |
| YUV | 108.56 | 174.52 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 102 | 191 | 0.53 | 0.47 | 0 | 0.25 | 232.87 | 0.44 | 0.55 |
| Hex | 5A | 66 | BF | 35 | 2F | 0 | 19 | E9 | 2C | 37 |
| Octal | 132 | 146 | 277 | 65 | 57 | 0 | 31 | 351 | 54 | 67 |
| Binary | 1011010 | 1100110 | 10111111 | 110101 | 101111 | 0 | 11001 | 11101001 | 101100 | 110111 |
Color Harmonies of #5A66BF
Complementary color
Monochromatic Colors of #5A66BF
Black with #5A66BF
Text Example
Text Example
White with #5A66BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A66BF; }
p { color: rgb(90,102,191); }
H1.HeaderClassName
{
color: #5A66BF;
}
.AnyTagClassName
{
color: #5A66BF;
}
</style>
background-color css
<style>
a { background-color: #5A66BF; }
a { background-color: rgb(90,102,191); }
div.DivClassName
{
background-color: #5A66BF;
}
.BgClassName
{
background-color: #5A66BF;
}
</style>
border-color css
<style>
span { border-color: #5A66BF; }
span { border-color: rgb(90,102,191); }
td.TdClassName
{
border-color: #5A66BF;
}
.TagClassName
{
border-color: #5A66BF;
}
</style>