Shades of Kashmir Blue #5B728E
Tints of Kashmir Blue #5B728E
RGB
CMYK
RGB Variations
Color information
#5B728E (or 0x5B728E) is known color: Kashmir Blue. HEX triplet: 5B, 72 and 8E. RGB value is (91,114,142). Sum of RGB (Red+Green+Blue) = 91+114+142=347 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.22% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B728E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B728E is #A48D71. Grayscale: #6E6E6E. Windows color (decimal): -10784114 or 9335387. OLE color: 9335387.
HSL color Cylindrical-coordinate representation of color #5B728E: hue angle of 212.94º 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 #5B728E is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 114 | 142 | - |
| CMYK | 0.36 | 0.20 | 0 | 0.44 |
| HSL | 212.94º | 0.22% | 0.46% | - |
| HSV(B) | 212.94º | 0.36% | 0.56% | - |
| XYZ | 15.21 | 16.21 | 27.92 | - |
| YUV | 110.32 | 145.88 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 114 | 142 | 0.36 | 0.20 | 0 | 0.44 | 212.94 | 0.22 | 0.46 |
| Hex | 5B | 72 | 8E | 24 | 14 | 0 | 2C | D5 | 16 | 2E |
| Octal | 133 | 162 | 216 | 44 | 24 | 0 | 54 | 325 | 26 | 56 |
| Binary | 1011011 | 1110010 | 10001110 | 100100 | 10100 | 0 | 101100 | 11010101 | 10110 | 101110 |
Color Harmonies of #5B728E
Complementary color
Monochromatic Colors of #5B728E
Black with #5B728E
Text Example
Text Example
White with #5B728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B728E; }
p { color: rgb(91,114,142); }
H1.HeaderClassName
{
color: #5B728E;
}
.AnyTagClassName
{
color: #5B728E;
}
</style>
background-color css
<style>
a { background-color: #5B728E; }
a { background-color: rgb(91,114,142); }
div.DivClassName
{
background-color: #5B728E;
}
.BgClassName
{
background-color: #5B728E;
}
</style>
border-color css
<style>
span { border-color: #5B728E; }
span { border-color: rgb(91,114,142); }
td.TdClassName
{
border-color: #5B728E;
}
.TagClassName
{
border-color: #5B728E;
}
</style>