Shades of Corn Flower Blue #505068
Tints of Corn Flower Blue #505068
RGB
CMYK
RGB Variations
Color information
#505068 (or 0x505068) is known color: Corn Flower Blue. HEX triplet: 50, 50 and 68. RGB value is (80,80,104). Sum of RGB (Red+Green+Blue) = 80+80+104=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 104 - color contains mainly: blue. Hex color #505068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505068 is #AFAF97. Grayscale: #525252. Windows color (decimal): -11513752 or 6836304. OLE color: 6836304.
HSL color Cylindrical-coordinate representation of color #505068: hue angle of 240º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #505068 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 80 | 104 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.59 |
| HSL | 240º | 0.13% | 0.36% | - |
| HSV(B) | 240º | 0.23% | 0.41% | - |
| XYZ | 8.68 | 8.44 | 14.27 | - |
| YUV | 82.74 | 140 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 80 | 104 | 0.23 | 0.23 | 0 | 0.59 | 240 | 0.13 | 0.36 |
| Hex | 50 | 50 | 68 | 17 | 17 | 0 | 3B | F0 | D | 24 |
| Octal | 120 | 120 | 150 | 27 | 27 | 0 | 73 | 360 | 15 | 44 |
| Binary | 1010000 | 1010000 | 1101000 | 10111 | 10111 | 0 | 111011 | 11110000 | 1101 | 100100 |
Color Harmonies of #505068
Complementary color
Monochromatic Colors of #505068
Black with #505068
Text Example
Text Example
White with #505068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505068; }
p { color: rgb(80,80,104); }
H1.HeaderClassName
{
color: #505068;
}
.AnyTagClassName
{
color: #505068;
}
</style>
background-color css
<style>
a { background-color: #505068; }
a { background-color: rgb(80,80,104); }
div.DivClassName
{
background-color: #505068;
}
.BgClassName
{
background-color: #505068;
}
</style>
border-color css
<style>
span { border-color: #505068; }
span { border-color: rgb(80,80,104); }
td.TdClassName
{
border-color: #505068;
}
.TagClassName
{
border-color: #505068;
}
</style>