Shades of Chetwode Blue #5C72AD
Tints of Chetwode Blue #5C72AD
RGB
CMYK
RGB Variations
Color information
#5C72AD (or 0x5C72AD) is known color: Chetwode Blue. HEX triplet: 5C, 72 and AD. RGB value is (92,114,173). Sum of RGB (Red+Green+Blue) = 92+114+173=379 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.27% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #5C72AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C72AD is #A38D52. Grayscale: #717171. Windows color (decimal): -10718547 or 11367004. OLE color: 11367004.
HSL color Cylindrical-coordinate representation of color #5C72AD: hue angle of 223.7º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C72AD is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 114 | 173 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.32 |
| HSL | 223.7º | 0.33% | 0.52% | - |
| HSV(B) | 223.7º | 0.47% | 0.68% | - |
| XYZ | 17.97 | 17.33 | 41.93 | - |
| YUV | 114.15 | 161.21 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 114 | 173 | 0.47 | 0.34 | 0 | 0.32 | 223.7 | 0.33 | 0.52 |
| Hex | 5C | 72 | AD | 2F | 22 | 0 | 20 | E0 | 21 | 34 |
| Octal | 134 | 162 | 255 | 57 | 42 | 0 | 40 | 340 | 41 | 64 |
| Binary | 1011100 | 1110010 | 10101101 | 101111 | 100010 | 0 | 100000 | 11100000 | 100001 | 110100 |
Color Harmonies of #5C72AD
Complementary color
Monochromatic Colors of #5C72AD
Black with #5C72AD
Text Example
Text Example
White with #5C72AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C72AD; }
p { color: rgb(92,114,173); }
H1.HeaderClassName
{
color: #5C72AD;
}
.AnyTagClassName
{
color: #5C72AD;
}
</style>
background-color css
<style>
a { background-color: #5C72AD; }
a { background-color: rgb(92,114,173); }
div.DivClassName
{
background-color: #5C72AD;
}
.BgClassName
{
background-color: #5C72AD;
}
</style>
border-color css
<style>
span { border-color: #5C72AD; }
span { border-color: rgb(92,114,173); }
td.TdClassName
{
border-color: #5C72AD;
}
.TagClassName
{
border-color: #5C72AD;
}
</style>