Shades of Corn Flower Blue #52516E
Tints of Corn Flower Blue #52516E
RGB
CMYK
RGB Variations
Color information
#52516E (or 0x52516E) is known color: Corn Flower Blue. HEX triplet: 52, 51 and 6E. RGB value is (82,81,110). Sum of RGB (Red+Green+Blue) = 82+81+110=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 110 - color contains mainly: blue. Hex color #52516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52516E is #ADAE91. Grayscale: #545454. Windows color (decimal): -11382418 or 7229778. OLE color: 7229778.
HSL color Cylindrical-coordinate representation of color #52516E: hue angle of 242.07º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #52516E is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 81 | 110 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.57 |
| HSL | 242.07º | 0.15% | 0.37% | - |
| HSV(B) | 242.07º | 0.26% | 0.43% | - |
| XYZ | 9.24 | 8.8 | 15.96 | - |
| YUV | 84.61 | 142.33 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 81 | 110 | 0.25 | 0.26 | 0 | 0.57 | 242.07 | 0.15 | 0.37 |
| Hex | 52 | 51 | 6E | 19 | 1A | 0 | 39 | F2 | F | 25 |
| Octal | 122 | 121 | 156 | 31 | 32 | 0 | 71 | 362 | 17 | 45 |
| Binary | 1010010 | 1010001 | 1101110 | 11001 | 11010 | 0 | 111001 | 11110010 | 1111 | 100101 |
Color Harmonies of #52516E
Complementary color
Monochromatic Colors of #52516E
Black with #52516E
Text Example
Text Example
White with #52516E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52516E; }
p { color: rgb(82,81,110); }
H1.HeaderClassName
{
color: #52516E;
}
.AnyTagClassName
{
color: #52516E;
}
</style>
background-color css
<style>
a { background-color: #52516E; }
a { background-color: rgb(82,81,110); }
div.DivClassName
{
background-color: #52516E;
}
.BgClassName
{
background-color: #52516E;
}
</style>
border-color css
<style>
span { border-color: #52516E; }
span { border-color: rgb(82,81,110); }
td.TdClassName
{
border-color: #52516E;
}
.TagClassName
{
border-color: #52516E;
}
</style>