Shades of Corn Flower Blue #51506D
Tints of Corn Flower Blue #51506D
RGB
CMYK
RGB Variations
Color information
#51506D (or 0x51506D) is known color: Corn Flower Blue. HEX triplet: 51, 50 and 6D. RGB value is (81,80,109). Sum of RGB (Red+Green+Blue) = 81+80+109=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 109 - color contains mainly: blue. Hex color #51506D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51506D is #AEAF92. Grayscale: #535353. Windows color (decimal): -11448211 or 7163985. OLE color: 7163985.
HSL color Cylindrical-coordinate representation of color #51506D: 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.27%. Process color model (Four color, CMYK) of #51506D is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 80 | 109 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.57 |
| HSL | 242.07º | 0.15% | 0.37% | - |
| HSV(B) | 242.07º | 0.27% | 0.43% | - |
| XYZ | 9.02 | 8.59 | 15.65 | - |
| YUV | 83.61 | 142.33 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 80 | 109 | 0.26 | 0.27 | 0 | 0.57 | 242.07 | 0.15 | 0.37 |
| Hex | 51 | 50 | 6D | 1A | 1B | 0 | 39 | F2 | F | 25 |
| Octal | 121 | 120 | 155 | 32 | 33 | 0 | 71 | 362 | 17 | 45 |
| Binary | 1010001 | 1010000 | 1101101 | 11010 | 11011 | 0 | 111001 | 11110010 | 1111 | 100101 |
Color Harmonies of #51506D
Complementary color
Monochromatic Colors of #51506D
Black with #51506D
Text Example
Text Example
White with #51506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51506D; }
p { color: rgb(81,80,109); }
H1.HeaderClassName
{
color: #51506D;
}
.AnyTagClassName
{
color: #51506D;
}
</style>
background-color css
<style>
a { background-color: #51506D; }
a { background-color: rgb(81,80,109); }
div.DivClassName
{
background-color: #51506D;
}
.BgClassName
{
background-color: #51506D;
}
</style>
border-color css
<style>
span { border-color: #51506D; }
span { border-color: rgb(81,80,109); }
td.TdClassName
{
border-color: #51506D;
}
.TagClassName
{
border-color: #51506D;
}
</style>