Shades of Chetwode Blue #556DC1
Tints of Chetwode Blue #556DC1
RGB
CMYK
RGB Variations
Color information
#556DC1 (or 0x556DC1) is known color: Chetwode Blue. HEX triplet: 55, 6D and C1. RGB value is (85,109,193). Sum of RGB (Red+Green+Blue) = 85+109+193=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #556DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556DC1 is #AA923E. Grayscale: #6F6F6F. Windows color (decimal): -11178559 or 12676437. OLE color: 12676437.
HSL color Cylindrical-coordinate representation of color #556DC1: hue angle of 226.67º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #556DC1 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 109 | 193 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.24 |
| HSL | 226.67º | 0.47% | 0.55% | - |
| HSV(B) | 226.67º | 0.56% | 0.76% | - |
| XYZ | 18.84 | 16.72 | 52.69 | - |
| YUV | 111.4 | 174.05 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 193 | 0.56 | 0.44 | 0 | 0.24 | 226.67 | 0.47 | 0.55 |
| Hex | 55 | 6D | C1 | 38 | 2C | 0 | 18 | E3 | 2F | 37 |
| Octal | 125 | 155 | 301 | 70 | 54 | 0 | 30 | 343 | 57 | 67 |
| Binary | 1010101 | 1101101 | 11000001 | 111000 | 101100 | 0 | 11000 | 11100011 | 101111 | 110111 |
Color Harmonies of #556DC1
Complementary color
Monochromatic Colors of #556DC1
Black with #556DC1
Text Example
Text Example
White with #556DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556DC1; }
p { color: rgb(85,109,193); }
H1.HeaderClassName
{
color: #556DC1;
}
.AnyTagClassName
{
color: #556DC1;
}
</style>
background-color css
<style>
a { background-color: #556DC1; }
a { background-color: rgb(85,109,193); }
div.DivClassName
{
background-color: #556DC1;
}
.BgClassName
{
background-color: #556DC1;
}
</style>
border-color css
<style>
span { border-color: #556DC1; }
span { border-color: rgb(85,109,193); }
td.TdClassName
{
border-color: #556DC1;
}
.TagClassName
{
border-color: #556DC1;
}
</style>