Shades of Kashmir Blue #50688A
Tints of Kashmir Blue #50688A
RGB
CMYK
RGB Variations
Color information
#50688A (or 0x50688A) is known color: Kashmir Blue. HEX triplet: 50, 68 and 8A. RGB value is (80,104,138). Sum of RGB (Red+Green+Blue) = 80+104+138=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 138 - color contains mainly: blue. Hex color #50688A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50688A is #AF9775. Grayscale: #646464. Windows color (decimal): -11507574 or 9070672. OLE color: 9070672.
HSL color Cylindrical-coordinate representation of color #50688A: hue angle of 215.17º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50688A is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 104 | 138 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.46 |
| HSL | 215.17º | 0.27% | 0.43% | - |
| HSV(B) | 215.17º | 0.42% | 0.54% | - |
| XYZ | 12.85 | 13.44 | 25.96 | - |
| YUV | 100.7 | 149.05 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 104 | 138 | 0.42 | 0.25 | 0 | 0.46 | 215.17 | 0.27 | 0.43 |
| Hex | 50 | 68 | 8A | 2A | 19 | 0 | 2E | D7 | 1B | 2B |
| Octal | 120 | 150 | 212 | 52 | 31 | 0 | 56 | 327 | 33 | 53 |
| Binary | 1010000 | 1101000 | 10001010 | 101010 | 11001 | 0 | 101110 | 11010111 | 11011 | 101011 |
Color Harmonies of #50688A
Complementary color
Monochromatic Colors of #50688A
Black with #50688A
Text Example
Text Example
White with #50688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50688A; }
p { color: rgb(80,104,138); }
H1.HeaderClassName
{
color: #50688A;
}
.AnyTagClassName
{
color: #50688A;
}
</style>
background-color css
<style>
a { background-color: #50688A; }
a { background-color: rgb(80,104,138); }
div.DivClassName
{
background-color: #50688A;
}
.BgClassName
{
background-color: #50688A;
}
</style>
border-color css
<style>
span { border-color: #50688A; }
span { border-color: rgb(80,104,138); }
td.TdClassName
{
border-color: #50688A;
}
.TagClassName
{
border-color: #50688A;
}
</style>