Shades of Kashmir Blue #53708E
Tints of Kashmir Blue #53708E
RGB
CMYK
RGB Variations
Color information
#53708E (or 0x53708E) is known color: Kashmir Blue. HEX triplet: 53, 70 and 8E. RGB value is (83,112,142). Sum of RGB (Red+Green+Blue) = 83+112+142=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 142 - color contains mainly: blue. Hex color #53708E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53708E is #AC8F71. Grayscale: #6A6A6A. Windows color (decimal): -11308914 or 9334867. OLE color: 9334867.
HSL color Cylindrical-coordinate representation of color #53708E: hue angle of 210.51º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53708E is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 112 | 142 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.44 |
| HSL | 210.51º | 0.26% | 0.44% | - |
| HSV(B) | 210.51º | 0.42% | 0.56% | - |
| XYZ | 14.24 | 15.38 | 27.81 | - |
| YUV | 106.75 | 147.89 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 112 | 142 | 0.42 | 0.21 | 0 | 0.44 | 210.51 | 0.26 | 0.44 |
| Hex | 53 | 70 | 8E | 2A | 15 | 0 | 2C | D3 | 1A | 2C |
| Octal | 123 | 160 | 216 | 52 | 25 | 0 | 54 | 323 | 32 | 54 |
| Binary | 1010011 | 1110000 | 10001110 | 101010 | 10101 | 0 | 101100 | 11010011 | 11010 | 101100 |
Color Harmonies of #53708E
Complementary color
Monochromatic Colors of #53708E
Black with #53708E
Text Example
Text Example
White with #53708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53708E; }
p { color: rgb(83,112,142); }
H1.HeaderClassName
{
color: #53708E;
}
.AnyTagClassName
{
color: #53708E;
}
</style>
background-color css
<style>
a { background-color: #53708E; }
a { background-color: rgb(83,112,142); }
div.DivClassName
{
background-color: #53708E;
}
.BgClassName
{
background-color: #53708E;
}
</style>
border-color css
<style>
span { border-color: #53708E; }
span { border-color: rgb(83,112,142); }
td.TdClassName
{
border-color: #53708E;
}
.TagClassName
{
border-color: #53708E;
}
</style>