Shades of Kashmir Blue #506F94
Tints of Kashmir Blue #506F94
RGB
CMYK
RGB Variations
Color information
#506F94 (or 0x506F94) is known color: Kashmir Blue. HEX triplet: 50, 6F and 94. RGB value is (80,111,148). Sum of RGB (Red+Green+Blue) = 80+111+148=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 148 - color contains mainly: blue. Hex color #506F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506F94 is #AF906B. Grayscale: #696969. Windows color (decimal): -11505772 or 9727824. OLE color: 9727824.
HSL color Cylindrical-coordinate representation of color #506F94: hue angle of 212.65º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #506F94 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 111 | 148 | - |
| CMYK | 0.46 | 0.25 | 0 | 0.42 |
| HSL | 212.65º | 0.3% | 0.45% | - |
| HSV(B) | 212.65º | 0.46% | 0.58% | - |
| XYZ | 14.34 | 15.21 | 30.2 | - |
| YUV | 105.95 | 151.73 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 148 | 0.46 | 0.25 | 0 | 0.42 | 212.65 | 0.3 | 0.45 |
| Hex | 50 | 6F | 94 | 2E | 19 | 0 | 2A | D5 | 1E | 2D |
| Octal | 120 | 157 | 224 | 56 | 31 | 0 | 52 | 325 | 36 | 55 |
| Binary | 1010000 | 1101111 | 10010100 | 101110 | 11001 | 0 | 101010 | 11010101 | 11110 | 101101 |
Color Harmonies of #506F94
Complementary color
Monochromatic Colors of #506F94
Black with #506F94
Text Example
Text Example
White with #506F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506F94; }
p { color: rgb(80,111,148); }
H1.HeaderClassName
{
color: #506F94;
}
.AnyTagClassName
{
color: #506F94;
}
</style>
background-color css
<style>
a { background-color: #506F94; }
a { background-color: rgb(80,111,148); }
div.DivClassName
{
background-color: #506F94;
}
.BgClassName
{
background-color: #506F94;
}
</style>
border-color css
<style>
span { border-color: #506F94; }
span { border-color: rgb(80,111,148); }
td.TdClassName
{
border-color: #506F94;
}
.TagClassName
{
border-color: #506F94;
}
</style>