Shades of Chetwode Blue #5565BC
Tints of Chetwode Blue #5565BC
RGB
CMYK
RGB Variations
Color information
#5565BC (or 0x5565BC) is known color: Chetwode Blue. HEX triplet: 55, 65 and BC. RGB value is (85,101,188). Sum of RGB (Red+Green+Blue) = 85+101+188=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #5565BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5565BC is #AA9A43. Grayscale: #696969. Windows color (decimal): -11180612 or 12346709. OLE color: 12346709.
HSL color Cylindrical-coordinate representation of color #5565BC: hue angle of 230.68º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5565BC is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 101 | 188 | - |
| CMYK | 0.55 | 0.46 | 0 | 0.26 |
| HSL | 230.68º | 0.43% | 0.54% | - |
| HSV(B) | 230.68º | 0.55% | 0.74% | - |
| XYZ | 17.48 | 14.87 | 49.53 | - |
| YUV | 106.13 | 174.2 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 188 | 0.55 | 0.46 | 0 | 0.26 | 230.68 | 0.43 | 0.54 |
| Hex | 55 | 65 | BC | 37 | 2E | 0 | 1A | E7 | 2B | 36 |
| Octal | 125 | 145 | 274 | 67 | 56 | 0 | 32 | 347 | 53 | 66 |
| Binary | 1010101 | 1100101 | 10111100 | 110111 | 101110 | 0 | 11010 | 11100111 | 101011 | 110110 |
Color Harmonies of #5565BC
Complementary color
Monochromatic Colors of #5565BC
Black with #5565BC
Text Example
Text Example
White with #5565BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5565BC; }
p { color: rgb(85,101,188); }
H1.HeaderClassName
{
color: #5565BC;
}
.AnyTagClassName
{
color: #5565BC;
}
</style>
background-color css
<style>
a { background-color: #5565BC; }
a { background-color: rgb(85,101,188); }
div.DivClassName
{
background-color: #5565BC;
}
.BgClassName
{
background-color: #5565BC;
}
</style>
border-color css
<style>
span { border-color: #5565BC; }
span { border-color: rgb(85,101,188); }
td.TdClassName
{
border-color: #5565BC;
}
.TagClassName
{
border-color: #5565BC;
}
</style>