Shades of Kashmir Blue #5B718A
Tints of Kashmir Blue #5B718A
RGB
CMYK
RGB Variations
Color information
#5B718A (or 0x5B718A) is known color: Kashmir Blue. HEX triplet: 5B, 71 and 8A. RGB value is (91,113,138). Sum of RGB (Red+Green+Blue) = 91+113+138=342 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.61% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 138 - color contains mainly: blue. Hex color #5B718A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B718A is #A48E75. Grayscale: #6D6D6D. Windows color (decimal): -10784374 or 9072987. OLE color: 9072987.
HSL color Cylindrical-coordinate representation of color #5B718A: hue angle of 211.91º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B718A is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 91 | 113 | 138 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.46 |
| HSL | 211.91º | 0.21% | 0.45% | - |
| HSV(B) | 211.91º | 0.34% | 0.54% | - |
| XYZ | 14.81 | 15.87 | 26.33 | - |
| YUV | 109.27 | 144.21 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 113 | 138 | 0.34 | 0.18 | 0 | 0.46 | 211.91 | 0.21 | 0.45 |
| Hex | 5B | 71 | 8A | 22 | 12 | 0 | 2E | D4 | 15 | 2D |
| Octal | 133 | 161 | 212 | 42 | 22 | 0 | 56 | 324 | 25 | 55 |
| Binary | 1011011 | 1110001 | 10001010 | 100010 | 10010 | 0 | 101110 | 11010100 | 10101 | 101101 |
Color Harmonies of #5B718A
Complementary color
Monochromatic Colors of #5B718A
Black with #5B718A
Text Example
Text Example
White with #5B718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B718A; }
p { color: rgb(91,113,138); }
H1.HeaderClassName
{
color: #5B718A;
}
.AnyTagClassName
{
color: #5B718A;
}
</style>
background-color css
<style>
a { background-color: #5B718A; }
a { background-color: rgb(91,113,138); }
div.DivClassName
{
background-color: #5B718A;
}
.BgClassName
{
background-color: #5B718A;
}
</style>
border-color css
<style>
span { border-color: #5B718A; }
span { border-color: rgb(91,113,138); }
td.TdClassName
{
border-color: #5B718A;
}
.TagClassName
{
border-color: #5B718A;
}
</style>