Shades of Kashmir Blue #5C718B
Tints of Kashmir Blue #5C718B
RGB
CMYK
RGB Variations
Color information
#5C718B (or 0x5C718B) is known color: Kashmir Blue. HEX triplet: 5C, 71 and 8B. RGB value is (92,113,139). Sum of RGB (Red+Green+Blue) = 92+113+139=344 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.74% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #5C718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C718B is #A38E74. Grayscale: #6D6D6D. Windows color (decimal): -10718837 or 9138524. OLE color: 9138524.
HSL color Cylindrical-coordinate representation of color #5C718B: hue angle of 213.19º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5C718B is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 113 | 139 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.45 |
| HSL | 213.19º | 0.2% | 0.45% | - |
| HSV(B) | 213.19º | 0.34% | 0.55% | - |
| XYZ | 14.98 | 15.95 | 26.72 | - |
| YUV | 109.69 | 144.54 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 113 | 139 | 0.34 | 0.19 | 0 | 0.45 | 213.19 | 0.2 | 0.45 |
| Hex | 5C | 71 | 8B | 22 | 13 | 0 | 2D | D5 | 14 | 2D |
| Octal | 134 | 161 | 213 | 42 | 23 | 0 | 55 | 325 | 24 | 55 |
| Binary | 1011100 | 1110001 | 10001011 | 100010 | 10011 | 0 | 101101 | 11010101 | 10100 | 101101 |
Color Harmonies of #5C718B
Complementary color
Monochromatic Colors of #5C718B
Black with #5C718B
Text Example
Text Example
White with #5C718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C718B; }
p { color: rgb(92,113,139); }
H1.HeaderClassName
{
color: #5C718B;
}
.AnyTagClassName
{
color: #5C718B;
}
</style>
background-color css
<style>
a { background-color: #5C718B; }
a { background-color: rgb(92,113,139); }
div.DivClassName
{
background-color: #5C718B;
}
.BgClassName
{
background-color: #5C718B;
}
</style>
border-color css
<style>
span { border-color: #5C718B; }
span { border-color: rgb(92,113,139); }
td.TdClassName
{
border-color: #5C718B;
}
.TagClassName
{
border-color: #5C718B;
}
</style>