Shades of Corn Flower Blue #525173
Tints of Corn Flower Blue #525173
RGB
CMYK
RGB Variations
Color information
#525173 (or 0x525173) is known color: Corn Flower Blue. HEX triplet: 52, 51 and 73. RGB value is (82,81,115). Sum of RGB (Red+Green+Blue) = 82+81+115=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 115 - color contains mainly: blue. Hex color #525173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525173 is #ADAE8C. Grayscale: #555555. Windows color (decimal): -11382413 or 7557458. OLE color: 7557458.
HSL color Cylindrical-coordinate representation of color #525173: hue angle of 241.76º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #525173 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 81 | 115 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.55 |
| HSL | 241.76º | 0.17% | 0.38% | - |
| HSV(B) | 241.76º | 0.3% | 0.45% | - |
| XYZ | 9.52 | 8.92 | 17.44 | - |
| YUV | 85.18 | 144.83 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 81 | 115 | 0.29 | 0.30 | 0 | 0.55 | 241.76 | 0.17 | 0.38 |
| Hex | 52 | 51 | 73 | 1D | 1E | 0 | 37 | F2 | 11 | 26 |
| Octal | 122 | 121 | 163 | 35 | 36 | 0 | 67 | 362 | 21 | 46 |
| Binary | 1010010 | 1010001 | 1110011 | 11101 | 11110 | 0 | 110111 | 11110010 | 10001 | 100110 |
Color Harmonies of #525173
Complementary color
Monochromatic Colors of #525173
Black with #525173
Text Example
Text Example
White with #525173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525173; }
p { color: rgb(82,81,115); }
H1.HeaderClassName
{
color: #525173;
}
.AnyTagClassName
{
color: #525173;
}
</style>
background-color css
<style>
a { background-color: #525173; }
a { background-color: rgb(82,81,115); }
div.DivClassName
{
background-color: #525173;
}
.BgClassName
{
background-color: #525173;
}
</style>
border-color css
<style>
span { border-color: #525173; }
span { border-color: rgb(82,81,115); }
td.TdClassName
{
border-color: #525173;
}
.TagClassName
{
border-color: #525173;
}
</style>