Shades of Chetwode Blue #5772C0
Tints of Chetwode Blue #5772C0
RGB
CMYK
RGB Variations
Color information
#5772C0 (or 0x5772C0) is known color: Chetwode Blue. HEX triplet: 57, 72 and C0. RGB value is (87,114,192). Sum of RGB (Red+Green+Blue) = 87+114+192=393 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.14% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 192 (75.39% from 255 or 48.85% from 393); Max value from RGB is 192 - color contains mainly: blue. Hex color #5772C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5772C0 is #A88D3F. Grayscale: #727272. Windows color (decimal): -11046208 or 12612183. OLE color: 12612183.
HSL color Cylindrical-coordinate representation of color #5772C0: hue angle of 224.57º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5772C0 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 114 | 192 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.25 |
| HSL | 224.57º | 0.45% | 0.55% | - |
| HSV(B) | 224.57º | 0.55% | 0.75% | - |
| XYZ | 19.46 | 17.87 | 52.29 | - |
| YUV | 114.82 | 171.55 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 114 | 192 | 0.55 | 0.41 | 0 | 0.25 | 224.57 | 0.45 | 0.55 |
| Hex | 57 | 72 | C0 | 37 | 29 | 0 | 19 | E1 | 2D | 37 |
| Octal | 127 | 162 | 300 | 67 | 51 | 0 | 31 | 341 | 55 | 67 |
| Binary | 1010111 | 1110010 | 11000000 | 110111 | 101001 | 0 | 11001 | 11100001 | 101101 | 110111 |
Color Harmonies of #5772C0
Complementary color
Monochromatic Colors of #5772C0
Black with #5772C0
Text Example
Text Example
White with #5772C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5772C0; }
p { color: rgb(87,114,192); }
H1.HeaderClassName
{
color: #5772C0;
}
.AnyTagClassName
{
color: #5772C0;
}
</style>
background-color css
<style>
a { background-color: #5772C0; }
a { background-color: rgb(87,114,192); }
div.DivClassName
{
background-color: #5772C0;
}
.BgClassName
{
background-color: #5772C0;
}
</style>
border-color css
<style>
span { border-color: #5772C0; }
span { border-color: rgb(87,114,192); }
td.TdClassName
{
border-color: #5772C0;
}
.TagClassName
{
border-color: #5772C0;
}
</style>