Shades of Kashmir Blue #57718D
Tints of Kashmir Blue #57718D
RGB
CMYK
RGB Variations
Color information
#57718D (or 0x57718D) is known color: Kashmir Blue. HEX triplet: 57, 71 and 8D. RGB value is (87,113,141). Sum of RGB (Red+Green+Blue) = 87+113+141=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #57718D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57718D is #A88E72. Grayscale: #6C6C6C. Windows color (decimal): -11046515 or 9269591. OLE color: 9269591.
HSL color Cylindrical-coordinate representation of color #57718D: hue angle of 211.11º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #57718D is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 113 | 141 | - |
| CMYK | 0.38 | 0.20 | 0 | 0.45 |
| HSL | 211.11º | 0.24% | 0.45% | - |
| HSV(B) | 211.11º | 0.38% | 0.55% | - |
| XYZ | 14.64 | 15.76 | 27.47 | - |
| YUV | 108.42 | 146.39 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 113 | 141 | 0.38 | 0.20 | 0 | 0.45 | 211.11 | 0.24 | 0.45 |
| Hex | 57 | 71 | 8D | 26 | 14 | 0 | 2D | D3 | 18 | 2D |
| Octal | 127 | 161 | 215 | 46 | 24 | 0 | 55 | 323 | 30 | 55 |
| Binary | 1010111 | 1110001 | 10001101 | 100110 | 10100 | 0 | 101101 | 11010011 | 11000 | 101101 |
Color Harmonies of #57718D
Complementary color
Monochromatic Colors of #57718D
Black with #57718D
Text Example
Text Example
White with #57718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57718D; }
p { color: rgb(87,113,141); }
H1.HeaderClassName
{
color: #57718D;
}
.AnyTagClassName
{
color: #57718D;
}
</style>
background-color css
<style>
a { background-color: #57718D; }
a { background-color: rgb(87,113,141); }
div.DivClassName
{
background-color: #57718D;
}
.BgClassName
{
background-color: #57718D;
}
</style>
border-color css
<style>
span { border-color: #57718D; }
span { border-color: rgb(87,113,141); }
td.TdClassName
{
border-color: #57718D;
}
.TagClassName
{
border-color: #57718D;
}
</style>