Shades of Kashmir Blue #50668D
Tints of Kashmir Blue #50668D
RGB
CMYK
RGB Variations
Color information
#50668D (or 0x50668D) is known color: Kashmir Blue. HEX triplet: 50, 66 and 8D. RGB value is (80,102,141). Sum of RGB (Red+Green+Blue) = 80+102+141=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 141 - color contains mainly: blue. Hex color #50668D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50668D is #AF9972. Grayscale: #636363. Windows color (decimal): -11508083 or 9266768. OLE color: 9266768.
HSL color Cylindrical-coordinate representation of color #50668D: hue angle of 218.36º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50668D is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 102 | 141 | - |
| CMYK | 0.43 | 0.28 | 0 | 0.45 |
| HSL | 218.36º | 0.28% | 0.43% | - |
| HSV(B) | 218.36º | 0.43% | 0.55% | - |
| XYZ | 12.87 | 13.13 | 27.06 | - |
| YUV | 99.87 | 151.21 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 102 | 141 | 0.43 | 0.28 | 0 | 0.45 | 218.36 | 0.28 | 0.43 |
| Hex | 50 | 66 | 8D | 2B | 1C | 0 | 2D | DA | 1C | 2B |
| Octal | 120 | 146 | 215 | 53 | 34 | 0 | 55 | 332 | 34 | 53 |
| Binary | 1010000 | 1100110 | 10001101 | 101011 | 11100 | 0 | 101101 | 11011010 | 11100 | 101011 |
Color Harmonies of #50668D
Complementary color
Monochromatic Colors of #50668D
Black with #50668D
Text Example
Text Example
White with #50668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50668D; }
p { color: rgb(80,102,141); }
H1.HeaderClassName
{
color: #50668D;
}
.AnyTagClassName
{
color: #50668D;
}
</style>
background-color css
<style>
a { background-color: #50668D; }
a { background-color: rgb(80,102,141); }
div.DivClassName
{
background-color: #50668D;
}
.BgClassName
{
background-color: #50668D;
}
</style>
border-color css
<style>
span { border-color: #50668D; }
span { border-color: rgb(80,102,141); }
td.TdClassName
{
border-color: #50668D;
}
.TagClassName
{
border-color: #50668D;
}
</style>