Shades of Corn Flower Blue #52536E
Tints of Corn Flower Blue #52536E
RGB
CMYK
RGB Variations
Color information
#52536E (or 0x52536E) is known color: Corn Flower Blue. HEX triplet: 52, 53 and 6E. RGB value is (82,83,110). Sum of RGB (Red+Green+Blue) = 82+83+110=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 110 - color contains mainly: blue. Hex color #52536E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52536E is #ADAC91. Grayscale: #555555. Windows color (decimal): -11381906 or 7230290. OLE color: 7230290.
HSL color Cylindrical-coordinate representation of color #52536E: hue angle of 237.86º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #52536E is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 83 | 110 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.57 |
| HSL | 237.86º | 0.15% | 0.38% | - |
| HSV(B) | 237.86º | 0.25% | 0.43% | - |
| XYZ | 9.39 | 9.11 | 16.01 | - |
| YUV | 85.78 | 141.67 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 110 | 0.25 | 0.25 | 0 | 0.57 | 237.86 | 0.15 | 0.38 |
| Hex | 52 | 53 | 6E | 19 | 19 | 0 | 39 | EE | F | 26 |
| Octal | 122 | 123 | 156 | 31 | 31 | 0 | 71 | 356 | 17 | 46 |
| Binary | 1010010 | 1010011 | 1101110 | 11001 | 11001 | 0 | 111001 | 11101110 | 1111 | 100110 |
Color Harmonies of #52536E
Complementary color
Monochromatic Colors of #52536E
Black with #52536E
Text Example
Text Example
White with #52536E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52536E; }
p { color: rgb(82,83,110); }
H1.HeaderClassName
{
color: #52536E;
}
.AnyTagClassName
{
color: #52536E;
}
</style>
background-color css
<style>
a { background-color: #52536E; }
a { background-color: rgb(82,83,110); }
div.DivClassName
{
background-color: #52536E;
}
.BgClassName
{
background-color: #52536E;
}
</style>
border-color css
<style>
span { border-color: #52536E; }
span { border-color: rgb(82,83,110); }
td.TdClassName
{
border-color: #52536E;
}
.TagClassName
{
border-color: #52536E;
}
</style>