Shades of Corn Flower Blue #515173
Tints of Corn Flower Blue #515173
RGB
CMYK
RGB Variations
Color information
#515173 (or 0x515173) is known color: Corn Flower Blue. HEX triplet: 51, 51 and 73. RGB value is (81,81,115). Sum of RGB (Red+Green+Blue) = 81+81+115=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 115 - color contains mainly: blue. Hex color #515173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515173 is #AEAE8C. Grayscale: #545454. Windows color (decimal): -11447949 or 7557457. OLE color: 7557457.
HSL color Cylindrical-coordinate representation of color #515173: hue angle of 240º 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 #515173 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 81 | 115 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.55 |
| HSL | 240º | 0.17% | 0.38% | - |
| HSV(B) | 240º | 0.3% | 0.45% | - |
| XYZ | 9.43 | 8.87 | 17.44 | - |
| YUV | 84.88 | 145 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 81 | 115 | 0.30 | 0.30 | 0 | 0.55 | 240 | 0.17 | 0.38 |
| Hex | 51 | 51 | 73 | 1E | 1E | 0 | 37 | F0 | 11 | 26 |
| Octal | 121 | 121 | 163 | 36 | 36 | 0 | 67 | 360 | 21 | 46 |
| Binary | 1010001 | 1010001 | 1110011 | 11110 | 11110 | 0 | 110111 | 11110000 | 10001 | 100110 |
Color Harmonies of #515173
Complementary color
Monochromatic Colors of #515173
Black with #515173
Text Example
Text Example
White with #515173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515173; }
p { color: rgb(81,81,115); }
H1.HeaderClassName
{
color: #515173;
}
.AnyTagClassName
{
color: #515173;
}
</style>
background-color css
<style>
a { background-color: #515173; }
a { background-color: rgb(81,81,115); }
div.DivClassName
{
background-color: #515173;
}
.BgClassName
{
background-color: #515173;
}
</style>
border-color css
<style>
span { border-color: #515173; }
span { border-color: rgb(81,81,115); }
td.TdClassName
{
border-color: #515173;
}
.TagClassName
{
border-color: #515173;
}
</style>