Shades of Kashmir Blue #50608F
Tints of Kashmir Blue #50608F
RGB
CMYK
RGB Variations
Color information
#50608F (or 0x50608F) is known color: Kashmir Blue. HEX triplet: 50, 60 and 8F. RGB value is (80,96,143). Sum of RGB (Red+Green+Blue) = 80+96+143=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 143 - color contains mainly: blue. Hex color #50608F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50608F is #AF9F70. Grayscale: #606060. Windows color (decimal): -11509617 or 9396304. OLE color: 9396304.
HSL color Cylindrical-coordinate representation of color #50608F: hue angle of 224.76º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50608F is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 96 | 143 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.44 |
| HSL | 224.76º | 0.28% | 0.44% | - |
| HSV(B) | 224.76º | 0.44% | 0.56% | - |
| XYZ | 12.45 | 12.05 | 27.66 | - |
| YUV | 96.57 | 154.2 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 96 | 143 | 0.44 | 0.33 | 0 | 0.44 | 224.76 | 0.28 | 0.44 |
| Hex | 50 | 60 | 8F | 2C | 21 | 0 | 2C | E1 | 1C | 2C |
| Octal | 120 | 140 | 217 | 54 | 41 | 0 | 54 | 341 | 34 | 54 |
| Binary | 1010000 | 1100000 | 10001111 | 101100 | 100001 | 0 | 101100 | 11100001 | 11100 | 101100 |
Color Harmonies of #50608F
Complementary color
Monochromatic Colors of #50608F
Black with #50608F
Text Example
Text Example
White with #50608F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50608F; }
p { color: rgb(80,96,143); }
H1.HeaderClassName
{
color: #50608F;
}
.AnyTagClassName
{
color: #50608F;
}
</style>
background-color css
<style>
a { background-color: #50608F; }
a { background-color: rgb(80,96,143); }
div.DivClassName
{
background-color: #50608F;
}
.BgClassName
{
background-color: #50608F;
}
</style>
border-color css
<style>
span { border-color: #50608F; }
span { border-color: rgb(80,96,143); }
td.TdClassName
{
border-color: #50608F;
}
.TagClassName
{
border-color: #50608F;
}
</style>