Shades of Kashmir Blue #506D91
Tints of Kashmir Blue #506D91
RGB
CMYK
RGB Variations
Color information
#506D91 (or 0x506D91) is known color: Kashmir Blue. HEX triplet: 50, 6D and 91. RGB value is (80,109,145). Sum of RGB (Red+Green+Blue) = 80+109+145=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 145 - color contains mainly: blue. Hex color #506D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506D91 is #AF926E. Grayscale: #686868. Windows color (decimal): -11506287 or 9530704. OLE color: 9530704.
HSL color Cylindrical-coordinate representation of color #506D91: hue angle of 213.23º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #506D91 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 109 | 145 | - |
| CMYK | 0.45 | 0.25 | 0 | 0.43 |
| HSL | 213.23º | 0.29% | 0.44% | - |
| HSV(B) | 213.23º | 0.45% | 0.57% | - |
| XYZ | 13.89 | 14.69 | 28.89 | - |
| YUV | 104.43 | 150.89 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 109 | 145 | 0.45 | 0.25 | 0 | 0.43 | 213.23 | 0.29 | 0.44 |
| Hex | 50 | 6D | 91 | 2D | 19 | 0 | 2B | D5 | 1D | 2C |
| Octal | 120 | 155 | 221 | 55 | 31 | 0 | 53 | 325 | 35 | 54 |
| Binary | 1010000 | 1101101 | 10010001 | 101101 | 11001 | 0 | 101011 | 11010101 | 11101 | 101100 |
Color Harmonies of #506D91
Complementary color
Monochromatic Colors of #506D91
Black with #506D91
Text Example
Text Example
White with #506D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506D91; }
p { color: rgb(80,109,145); }
H1.HeaderClassName
{
color: #506D91;
}
.AnyTagClassName
{
color: #506D91;
}
</style>
background-color css
<style>
a { background-color: #506D91; }
a { background-color: rgb(80,109,145); }
div.DivClassName
{
background-color: #506D91;
}
.BgClassName
{
background-color: #506D91;
}
</style>
border-color css
<style>
span { border-color: #506D91; }
span { border-color: rgb(80,109,145); }
td.TdClassName
{
border-color: #506D91;
}
.TagClassName
{
border-color: #506D91;
}
</style>