Shades of Kashmir Blue #5B778E
Tints of Kashmir Blue #5B778E
RGB
CMYK
RGB Variations
Color information
#5B778E (or 0x5B778E) is known color: Kashmir Blue. HEX triplet: 5B, 77 and 8E. RGB value is (91,119,142). Sum of RGB (Red+Green+Blue) = 91+119+142=352 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.85% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B778E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B778E is #A48871. Grayscale: #717171. Windows color (decimal): -10782834 or 9336667. OLE color: 9336667.
HSL color Cylindrical-coordinate representation of color #5B778E: hue angle of 207.06º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5B778E is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 119 | 142 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.44 |
| HSL | 207.06º | 0.22% | 0.46% | - |
| HSV(B) | 207.06º | 0.36% | 0.56% | - |
| XYZ | 15.79 | 17.37 | 28.11 | - |
| YUV | 113.25 | 144.22 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 119 | 142 | 0.36 | 0.16 | 0 | 0.44 | 207.06 | 0.22 | 0.46 |
| Hex | 5B | 77 | 8E | 24 | 10 | 0 | 2C | CF | 16 | 2E |
| Octal | 133 | 167 | 216 | 44 | 20 | 0 | 54 | 317 | 26 | 56 |
| Binary | 1011011 | 1110111 | 10001110 | 100100 | 10000 | 0 | 101100 | 11001111 | 10110 | 101110 |
Color Harmonies of #5B778E
Complementary color
Monochromatic Colors of #5B778E
Black with #5B778E
Text Example
Text Example
White with #5B778E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B778E; }
p { color: rgb(91,119,142); }
H1.HeaderClassName
{
color: #5B778E;
}
.AnyTagClassName
{
color: #5B778E;
}
</style>
background-color css
<style>
a { background-color: #5B778E; }
a { background-color: rgb(91,119,142); }
div.DivClassName
{
background-color: #5B778E;
}
.BgClassName
{
background-color: #5B778E;
}
</style>
border-color css
<style>
span { border-color: #5B778E; }
span { border-color: rgb(91,119,142); }
td.TdClassName
{
border-color: #5B778E;
}
.TagClassName
{
border-color: #5B778E;
}
</style>