Shades of Corn Flower Blue #525072
Tints of Corn Flower Blue #525072
RGB
CMYK
RGB Variations
Color information
#525072 (or 0x525072) is known color: Corn Flower Blue. HEX triplet: 52, 50 and 72. RGB value is (82,80,114). Sum of RGB (Red+Green+Blue) = 82+80+114=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 114 - color contains mainly: blue. Hex color #525072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525072 is #ADAF8D. Grayscale: #545454. Windows color (decimal): -11382670 or 7491666. OLE color: 7491666.
HSL color Cylindrical-coordinate representation of color #525072: hue angle of 243.53º degrees, saturation: 0.18, 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 #525072 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 80 | 114 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.55 |
| HSL | 243.53º | 0.18% | 0.38% | - |
| HSV(B) | 243.53º | 0.3% | 0.45% | - |
| XYZ | 9.39 | 8.75 | 17.11 | - |
| YUV | 84.47 | 144.66 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 80 | 114 | 0.28 | 0.30 | 0 | 0.55 | 243.53 | 0.18 | 0.38 |
| Hex | 52 | 50 | 72 | 1C | 1E | 0 | 37 | F4 | 12 | 26 |
| Octal | 122 | 120 | 162 | 34 | 36 | 0 | 67 | 364 | 22 | 46 |
| Binary | 1010010 | 1010000 | 1110010 | 11100 | 11110 | 0 | 110111 | 11110100 | 10010 | 100110 |
Color Harmonies of #525072
Complementary color
Monochromatic Colors of #525072
Black with #525072
Text Example
Text Example
White with #525072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525072; }
p { color: rgb(82,80,114); }
H1.HeaderClassName
{
color: #525072;
}
.AnyTagClassName
{
color: #525072;
}
</style>
background-color css
<style>
a { background-color: #525072; }
a { background-color: rgb(82,80,114); }
div.DivClassName
{
background-color: #525072;
}
.BgClassName
{
background-color: #525072;
}
</style>
border-color css
<style>
span { border-color: #525072; }
span { border-color: rgb(82,80,114); }
td.TdClassName
{
border-color: #525072;
}
.TagClassName
{
border-color: #525072;
}
</style>