Shades of Kashmir Blue #5A7993
Tints of Kashmir Blue #5A7993
RGB
CMYK
RGB Variations
Color information
#5A7993 (or 0x5A7993) is known color: Kashmir Blue. HEX triplet: 5A, 79 and 93. RGB value is (90,121,147). Sum of RGB (Red+Green+Blue) = 90+121+147=358 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.14% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 147 - color contains mainly: blue. Hex color #5A7993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7993 is #A5866C. Grayscale: #727272. Windows color (decimal): -10847853 or 9664858. OLE color: 9664858.
HSL color Cylindrical-coordinate representation of color #5A7993: hue angle of 207.37º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A7993 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 121 | 147 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.42 |
| HSL | 207.37º | 0.24% | 0.46% | - |
| HSV(B) | 207.37º | 0.39% | 0.58% | - |
| XYZ | 16.32 | 17.95 | 30.21 | - |
| YUV | 114.7 | 146.23 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 121 | 147 | 0.39 | 0.18 | 0 | 0.42 | 207.37 | 0.24 | 0.46 |
| Hex | 5A | 79 | 93 | 27 | 12 | 0 | 2A | CF | 18 | 2E |
| Octal | 132 | 171 | 223 | 47 | 22 | 0 | 52 | 317 | 30 | 56 |
| Binary | 1011010 | 1111001 | 10010011 | 100111 | 10010 | 0 | 101010 | 11001111 | 11000 | 101110 |
Color Harmonies of #5A7993
Complementary color
Monochromatic Colors of #5A7993
Black with #5A7993
Text Example
Text Example
White with #5A7993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7993; }
p { color: rgb(90,121,147); }
H1.HeaderClassName
{
color: #5A7993;
}
.AnyTagClassName
{
color: #5A7993;
}
</style>
background-color css
<style>
a { background-color: #5A7993; }
a { background-color: rgb(90,121,147); }
div.DivClassName
{
background-color: #5A7993;
}
.BgClassName
{
background-color: #5A7993;
}
</style>
border-color css
<style>
span { border-color: #5A7993; }
span { border-color: rgb(90,121,147); }
td.TdClassName
{
border-color: #5A7993;
}
.TagClassName
{
border-color: #5A7993;
}
</style>