Shades of Kashmir Blue #5A738E
Tints of Kashmir Blue #5A738E
RGB
CMYK
RGB Variations
Color information
#5A738E (or 0x5A738E) is known color: Kashmir Blue. HEX triplet: 5A, 73 and 8E. RGB value is (90,115,142). Sum of RGB (Red+Green+Blue) = 90+115+142=347 (45% of max value = 765). Red value is 90 (35.55% from 255 or 25.94% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A738E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A738E is #A58C71. Grayscale: #6E6E6E. Windows color (decimal): -10849394 or 9335642. OLE color: 9335642.
HSL color Cylindrical-coordinate representation of color #5A738E: hue angle of 211.15º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A738E is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 115 | 142 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.44 |
| HSL | 211.15º | 0.22% | 0.45% | - |
| HSV(B) | 211.15º | 0.37% | 0.56% | - |
| XYZ | 15.23 | 16.39 | 27.95 | - |
| YUV | 110.6 | 145.72 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 115 | 142 | 0.37 | 0.19 | 0 | 0.44 | 211.15 | 0.22 | 0.45 |
| Hex | 5A | 73 | 8E | 25 | 13 | 0 | 2C | D3 | 16 | 2D |
| Octal | 132 | 163 | 216 | 45 | 23 | 0 | 54 | 323 | 26 | 55 |
| Binary | 1011010 | 1110011 | 10001110 | 100101 | 10011 | 0 | 101100 | 11010011 | 10110 | 101101 |
Color Harmonies of #5A738E
Complementary color
Monochromatic Colors of #5A738E
Black with #5A738E
Text Example
Text Example
White with #5A738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A738E; }
p { color: rgb(90,115,142); }
H1.HeaderClassName
{
color: #5A738E;
}
.AnyTagClassName
{
color: #5A738E;
}
</style>
background-color css
<style>
a { background-color: #5A738E; }
a { background-color: rgb(90,115,142); }
div.DivClassName
{
background-color: #5A738E;
}
.BgClassName
{
background-color: #5A738E;
}
</style>
border-color css
<style>
span { border-color: #5A738E; }
span { border-color: rgb(90,115,142); }
td.TdClassName
{
border-color: #5A738E;
}
.TagClassName
{
border-color: #5A738E;
}
</style>