Shades of Corn Flower Blue #51526D
Tints of Corn Flower Blue #51526D
RGB
CMYK
RGB Variations
Color information
#51526D (or 0x51526D) is known color: Corn Flower Blue. HEX triplet: 51, 52 and 6D. RGB value is (81,82,109). Sum of RGB (Red+Green+Blue) = 81+82+109=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 109 - color contains mainly: blue. Hex color #51526D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51526D is #AEAD92. Grayscale: #545454. Windows color (decimal): -11447699 or 7164497. OLE color: 7164497.
HSL color Cylindrical-coordinate representation of color #51526D: hue angle of 237.86º 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 #51526D is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 82 | 109 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.57 |
| HSL | 237.86º | 0.15% | 0.37% | - |
| HSV(B) | 237.86º | 0.26% | 0.43% | - |
| XYZ | 9.17 | 8.89 | 15.7 | - |
| YUV | 84.78 | 141.67 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 82 | 109 | 0.26 | 0.25 | 0 | 0.57 | 237.86 | 0.15 | 0.37 |
| Hex | 51 | 52 | 6D | 1A | 19 | 0 | 39 | EE | F | 25 |
| Octal | 121 | 122 | 155 | 32 | 31 | 0 | 71 | 356 | 17 | 45 |
| Binary | 1010001 | 1010010 | 1101101 | 11010 | 11001 | 0 | 111001 | 11101110 | 1111 | 100101 |
Color Harmonies of #51526D
Complementary color
Monochromatic Colors of #51526D
Black with #51526D
Text Example
Text Example
White with #51526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51526D; }
p { color: rgb(81,82,109); }
H1.HeaderClassName
{
color: #51526D;
}
.AnyTagClassName
{
color: #51526D;
}
</style>
background-color css
<style>
a { background-color: #51526D; }
a { background-color: rgb(81,82,109); }
div.DivClassName
{
background-color: #51526D;
}
.BgClassName
{
background-color: #51526D;
}
</style>
border-color css
<style>
span { border-color: #51526D; }
span { border-color: rgb(81,82,109); }
td.TdClassName
{
border-color: #51526D;
}
.TagClassName
{
border-color: #51526D;
}
</style>