Shades of Chetwode Blue #5766BA
Tints of Chetwode Blue #5766BA
RGB
CMYK
RGB Variations
Color information
#5766BA (or 0x5766BA) is known color: Chetwode Blue. HEX triplet: 57, 66 and BA. RGB value is (87,102,186). Sum of RGB (Red+Green+Blue) = 87+102+186=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #5766BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5766BA is #A89945. Grayscale: #6A6A6A. Windows color (decimal): -11049286 or 12215895. OLE color: 12215895.
HSL color Cylindrical-coordinate representation of color #5766BA: hue angle of 230.91º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5766BA is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 102 | 186 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.27 |
| HSL | 230.91º | 0.42% | 0.54% | - |
| HSV(B) | 230.91º | 0.53% | 0.73% | - |
| XYZ | 17.54 | 15.07 | 48.44 | - |
| YUV | 107.09 | 172.53 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 102 | 186 | 0.53 | 0.45 | 0 | 0.27 | 230.91 | 0.42 | 0.54 |
| Hex | 57 | 66 | BA | 35 | 2D | 0 | 1B | E7 | 2A | 36 |
| Octal | 127 | 146 | 272 | 65 | 55 | 0 | 33 | 347 | 52 | 66 |
| Binary | 1010111 | 1100110 | 10111010 | 110101 | 101101 | 0 | 11011 | 11100111 | 101010 | 110110 |
Color Harmonies of #5766BA
Complementary color
Monochromatic Colors of #5766BA
Black with #5766BA
Text Example
Text Example
White with #5766BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5766BA; }
p { color: rgb(87,102,186); }
H1.HeaderClassName
{
color: #5766BA;
}
.AnyTagClassName
{
color: #5766BA;
}
</style>
background-color css
<style>
a { background-color: #5766BA; }
a { background-color: rgb(87,102,186); }
div.DivClassName
{
background-color: #5766BA;
}
.BgClassName
{
background-color: #5766BA;
}
</style>
border-color css
<style>
span { border-color: #5766BA; }
span { border-color: rgb(87,102,186); }
td.TdClassName
{
border-color: #5766BA;
}
.TagClassName
{
border-color: #5766BA;
}
</style>