Shades of Chetwode Blue #5766BC
Tints of Chetwode Blue #5766BC
RGB
CMYK
RGB Variations
Color information
#5766BC (or 0x5766BC) is known color: Chetwode Blue. HEX triplet: 57, 66 and BC. RGB value is (87,102,188). Sum of RGB (Red+Green+Blue) = 87+102+188=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #5766BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5766BC is #A89943. Grayscale: #6A6A6A. Windows color (decimal): -11049284 or 12346967. OLE color: 12346967.
HSL color Cylindrical-coordinate representation of color #5766BC: hue angle of 231.09º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5766BC is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 102 | 188 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.26 |
| HSL | 231.09º | 0.43% | 0.54% | - |
| HSV(B) | 231.09º | 0.54% | 0.74% | - |
| XYZ | 17.76 | 15.16 | 49.57 | - |
| YUV | 107.32 | 173.53 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 102 | 188 | 0.54 | 0.46 | 0 | 0.26 | 231.09 | 0.43 | 0.54 |
| Hex | 57 | 66 | BC | 36 | 2E | 0 | 1A | E7 | 2B | 36 |
| Octal | 127 | 146 | 274 | 66 | 56 | 0 | 32 | 347 | 53 | 66 |
| Binary | 1010111 | 1100110 | 10111100 | 110110 | 101110 | 0 | 11010 | 11100111 | 101011 | 110110 |
Color Harmonies of #5766BC
Complementary color
Monochromatic Colors of #5766BC
Black with #5766BC
Text Example
Text Example
White with #5766BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5766BC; }
p { color: rgb(87,102,188); }
H1.HeaderClassName
{
color: #5766BC;
}
.AnyTagClassName
{
color: #5766BC;
}
</style>
background-color css
<style>
a { background-color: #5766BC; }
a { background-color: rgb(87,102,188); }
div.DivClassName
{
background-color: #5766BC;
}
.BgClassName
{
background-color: #5766BC;
}
</style>
border-color css
<style>
span { border-color: #5766BC; }
span { border-color: rgb(87,102,188); }
td.TdClassName
{
border-color: #5766BC;
}
.TagClassName
{
border-color: #5766BC;
}
</style>