Shades of Kashmir Blue #57738B
Tints of Kashmir Blue #57738B
RGB
CMYK
RGB Variations
Color information
#57738B (or 0x57738B) is known color: Kashmir Blue. HEX triplet: 57, 73 and 8B. RGB value is (87,115,139). Sum of RGB (Red+Green+Blue) = 87+115+139=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #57738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57738B is #A88C74. Grayscale: #6D6D6D. Windows color (decimal): -11046005 or 9139031. OLE color: 9139031.
HSL color Cylindrical-coordinate representation of color #57738B: hue angle of 207.69º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #57738B is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 115 | 139 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.45 |
| HSL | 207.69º | 0.23% | 0.44% | - |
| HSV(B) | 207.69º | 0.37% | 0.55% | - |
| XYZ | 14.72 | 16.15 | 26.77 | - |
| YUV | 109.36 | 144.72 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 115 | 139 | 0.37 | 0.17 | 0 | 0.45 | 207.69 | 0.23 | 0.44 |
| Hex | 57 | 73 | 8B | 25 | 11 | 0 | 2D | D0 | 17 | 2C |
| Octal | 127 | 163 | 213 | 45 | 21 | 0 | 55 | 320 | 27 | 54 |
| Binary | 1010111 | 1110011 | 10001011 | 100101 | 10001 | 0 | 101101 | 11010000 | 10111 | 101100 |
Color Harmonies of #57738B
Complementary color
Monochromatic Colors of #57738B
Black with #57738B
Text Example
Text Example
White with #57738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57738B; }
p { color: rgb(87,115,139); }
H1.HeaderClassName
{
color: #57738B;
}
.AnyTagClassName
{
color: #57738B;
}
</style>
background-color css
<style>
a { background-color: #57738B; }
a { background-color: rgb(87,115,139); }
div.DivClassName
{
background-color: #57738B;
}
.BgClassName
{
background-color: #57738B;
}
</style>
border-color css
<style>
span { border-color: #57738B; }
span { border-color: rgb(87,115,139); }
td.TdClassName
{
border-color: #57738B;
}
.TagClassName
{
border-color: #57738B;
}
</style>