Shades of Chetwode Blue #5C72A9
Tints of Chetwode Blue #5C72A9
RGB
CMYK
RGB Variations
Color information
#5C72A9 (or 0x5C72A9) is known color: Chetwode Blue. HEX triplet: 5C, 72 and A9. RGB value is (92,114,169). Sum of RGB (Red+Green+Blue) = 92+114+169=375 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.53% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 169 (66.41% from 255 or 45.07% from 375); Max value from RGB is 169 - color contains mainly: blue. Hex color #5C72A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C72A9 is #A38D56. Grayscale: #717171. Windows color (decimal): -10718551 or 11104860. OLE color: 11104860.
HSL color Cylindrical-coordinate representation of color #5C72A9: hue angle of 222.86º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C72A9 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 92 | 114 | 169 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.34 |
| HSL | 222.86º | 0.31% | 0.51% | - |
| HSV(B) | 222.86º | 0.46% | 0.66% | - |
| XYZ | 17.59 | 17.17 | 39.92 | - |
| YUV | 113.69 | 159.21 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 114 | 169 | 0.46 | 0.33 | 0 | 0.34 | 222.86 | 0.31 | 0.51 |
| Hex | 5C | 72 | A9 | 2E | 21 | 0 | 22 | DF | 1F | 33 |
| Octal | 134 | 162 | 251 | 56 | 41 | 0 | 42 | 337 | 37 | 63 |
| Binary | 1011100 | 1110010 | 10101001 | 101110 | 100001 | 0 | 100010 | 11011111 | 11111 | 110011 |
Color Harmonies of #5C72A9
Complementary color
Monochromatic Colors of #5C72A9
Black with #5C72A9
Text Example
Text Example
White with #5C72A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C72A9; }
p { color: rgb(92,114,169); }
H1.HeaderClassName
{
color: #5C72A9;
}
.AnyTagClassName
{
color: #5C72A9;
}
</style>
background-color css
<style>
a { background-color: #5C72A9; }
a { background-color: rgb(92,114,169); }
div.DivClassName
{
background-color: #5C72A9;
}
.BgClassName
{
background-color: #5C72A9;
}
</style>
border-color css
<style>
span { border-color: #5C72A9; }
span { border-color: rgb(92,114,169); }
td.TdClassName
{
border-color: #5C72A9;
}
.TagClassName
{
border-color: #5C72A9;
}
</style>