Shades of Kashmir Blue #5C708D
Tints of Kashmir Blue #5C708D
RGB
CMYK
RGB Variations
Color information
#5C708D (or 0x5C708D) is known color: Kashmir Blue. HEX triplet: 5C, 70 and 8D. RGB value is (92,112,141). Sum of RGB (Red+Green+Blue) = 92+112+141=345 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.67% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #5C708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C708D is #A38F72. Grayscale: #6D6D6D. Windows color (decimal): -10719091 or 9269340. OLE color: 9269340.
HSL color Cylindrical-coordinate representation of color #5C708D: hue angle of 215.51º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5C708D is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 112 | 141 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.45 |
| HSL | 215.51º | 0.21% | 0.46% | - |
| HSV(B) | 215.51º | 0.35% | 0.55% | - |
| XYZ | 15.02 | 15.79 | 27.46 | - |
| YUV | 109.33 | 145.87 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 112 | 141 | 0.35 | 0.21 | 0 | 0.45 | 215.51 | 0.21 | 0.46 |
| Hex | 5C | 70 | 8D | 23 | 15 | 0 | 2D | D8 | 15 | 2E |
| Octal | 134 | 160 | 215 | 43 | 25 | 0 | 55 | 330 | 25 | 56 |
| Binary | 1011100 | 1110000 | 10001101 | 100011 | 10101 | 0 | 101101 | 11011000 | 10101 | 101110 |
Color Harmonies of #5C708D
Complementary color
Monochromatic Colors of #5C708D
Black with #5C708D
Text Example
Text Example
White with #5C708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C708D; }
p { color: rgb(92,112,141); }
H1.HeaderClassName
{
color: #5C708D;
}
.AnyTagClassName
{
color: #5C708D;
}
</style>
background-color css
<style>
a { background-color: #5C708D; }
a { background-color: rgb(92,112,141); }
div.DivClassName
{
background-color: #5C708D;
}
.BgClassName
{
background-color: #5C708D;
}
</style>
border-color css
<style>
span { border-color: #5C708D; }
span { border-color: rgb(92,112,141); }
td.TdClassName
{
border-color: #5C708D;
}
.TagClassName
{
border-color: #5C708D;
}
</style>