Shades of Chetwode Blue #7573AE
Tints of Chetwode Blue #7573AE
RGB
CMYK
RGB Variations
Color information
#7573AE (or 0x7573AE) is known color: Chetwode Blue. HEX triplet: 75, 73 and AE. RGB value is (117,115,174). Sum of RGB (Red+Green+Blue) = 117+115+174=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #7573AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7573AE is #8A8C51. Grayscale: #7A7A7A. Windows color (decimal): -9079890 or 11432821. OLE color: 11432821.
HSL color Cylindrical-coordinate representation of color #7573AE: hue angle of 242.03º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7573AE is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 115 | 174 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.32 |
| HSL | 242.03º | 0.27% | 0.57% | - |
| HSV(B) | 242.03º | 0.34% | 0.68% | - |
| XYZ | 21.11 | 19.1 | 42.62 | - |
| YUV | 122.32 | 157.16 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 174 | 0.33 | 0.34 | 0 | 0.32 | 242.03 | 0.27 | 0.57 |
| Hex | 75 | 73 | AE | 21 | 22 | 0 | 20 | F2 | 1B | 39 |
| Octal | 165 | 163 | 256 | 41 | 42 | 0 | 40 | 362 | 33 | 71 |
| Binary | 1110101 | 1110011 | 10101110 | 100001 | 100010 | 0 | 100000 | 11110010 | 11011 | 111001 |
Color Harmonies of #7573AE
Complementary color
Monochromatic Colors of #7573AE
Black with #7573AE
Text Example
Text Example
White with #7573AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7573AE; }
p { color: rgb(117,115,174); }
H1.HeaderClassName
{
color: #7573AE;
}
.AnyTagClassName
{
color: #7573AE;
}
</style>
background-color css
<style>
a { background-color: #7573AE; }
a { background-color: rgb(117,115,174); }
div.DivClassName
{
background-color: #7573AE;
}
.BgClassName
{
background-color: #7573AE;
}
</style>
border-color css
<style>
span { border-color: #7573AE; }
span { border-color: rgb(117,115,174); }
td.TdClassName
{
border-color: #7573AE;
}
.TagClassName
{
border-color: #7573AE;
}
</style>