Shades of Chetwode Blue #5A66BC
Tints of Chetwode Blue #5A66BC
RGB
CMYK
RGB Variations
Color information
#5A66BC (or 0x5A66BC) is known color: Chetwode Blue. HEX triplet: 5A, 66 and BC. RGB value is (90,102,188). Sum of RGB (Red+Green+Blue) = 90+102+188=380 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.68% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A66BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A66BC is #A59943. Grayscale: #6B6B6B. Windows color (decimal): -10852676 or 12346970. OLE color: 12346970.
HSL color Cylindrical-coordinate representation of color #5A66BC: hue angle of 232.65º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A66BC is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 102 | 188 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.26 |
| HSL | 232.65º | 0.42% | 0.55% | - |
| HSV(B) | 232.65º | 0.52% | 0.74% | - |
| XYZ | 18.04 | 15.31 | 49.58 | - |
| YUV | 108.22 | 173.02 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 102 | 188 | 0.52 | 0.46 | 0 | 0.26 | 232.65 | 0.42 | 0.55 |
| Hex | 5A | 66 | BC | 34 | 2E | 0 | 1A | E9 | 2A | 37 |
| Octal | 132 | 146 | 274 | 64 | 56 | 0 | 32 | 351 | 52 | 67 |
| Binary | 1011010 | 1100110 | 10111100 | 110100 | 101110 | 0 | 11010 | 11101001 | 101010 | 110111 |
Color Harmonies of #5A66BC
Complementary color
Monochromatic Colors of #5A66BC
Black with #5A66BC
Text Example
Text Example
White with #5A66BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A66BC; }
p { color: rgb(90,102,188); }
H1.HeaderClassName
{
color: #5A66BC;
}
.AnyTagClassName
{
color: #5A66BC;
}
</style>
background-color css
<style>
a { background-color: #5A66BC; }
a { background-color: rgb(90,102,188); }
div.DivClassName
{
background-color: #5A66BC;
}
.BgClassName
{
background-color: #5A66BC;
}
</style>
border-color css
<style>
span { border-color: #5A66BC; }
span { border-color: rgb(90,102,188); }
td.TdClassName
{
border-color: #5A66BC;
}
.TagClassName
{
border-color: #5A66BC;
}
</style>