Shades of Corn Flower Blue #515273
Tints of Corn Flower Blue #515273
RGB
CMYK
RGB Variations
Color information
#515273 (or 0x515273) is known color: Corn Flower Blue. HEX triplet: 51, 52 and 73. RGB value is (81,82,115). Sum of RGB (Red+Green+Blue) = 81+82+115=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 82 (32.42% from 255 or 29.50% 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 #515273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515273 is #AEAD8C. Grayscale: #555555. Windows color (decimal): -11447693 or 7557713. OLE color: 7557713.
HSL color Cylindrical-coordinate representation of color #515273: hue angle of 238.24º 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 #515273 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 82 | 115 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.55 |
| HSL | 238.24º | 0.17% | 0.38% | - |
| HSV(B) | 238.24º | 0.3% | 0.45% | - |
| XYZ | 9.51 | 9.02 | 17.46 | - |
| YUV | 85.46 | 144.67 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 82 | 115 | 0.30 | 0.29 | 0 | 0.55 | 238.24 | 0.17 | 0.38 |
| Hex | 51 | 52 | 73 | 1E | 1D | 0 | 37 | EE | 11 | 26 |
| Octal | 121 | 122 | 163 | 36 | 35 | 0 | 67 | 356 | 21 | 46 |
| Binary | 1010001 | 1010010 | 1110011 | 11110 | 11101 | 0 | 110111 | 11101110 | 10001 | 100110 |
Color Harmonies of #515273
Complementary color
Monochromatic Colors of #515273
Black with #515273
Text Example
Text Example
White with #515273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515273; }
p { color: rgb(81,82,115); }
H1.HeaderClassName
{
color: #515273;
}
.AnyTagClassName
{
color: #515273;
}
</style>
background-color css
<style>
a { background-color: #515273; }
a { background-color: rgb(81,82,115); }
div.DivClassName
{
background-color: #515273;
}
.BgClassName
{
background-color: #515273;
}
</style>
border-color css
<style>
span { border-color: #515273; }
span { border-color: rgb(81,82,115); }
td.TdClassName
{
border-color: #515273;
}
.TagClassName
{
border-color: #515273;
}
</style>