Shades of Kashmir Blue #5A7690
Tints of Kashmir Blue #5A7690
RGB
CMYK
RGB Variations
Color information
#5A7690 (or 0x5A7690) is known color: Kashmir Blue. HEX triplet: 5A, 76 and 90. RGB value is (90,118,144). Sum of RGB (Red+Green+Blue) = 90+118+144=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 144 - color contains mainly: blue. Hex color #5A7690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7690 is #A5896F. Grayscale: #707070. Windows color (decimal): -10848624 or 9467482. OLE color: 9467482.
HSL color Cylindrical-coordinate representation of color #5A7690: hue angle of 208.89º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A7690 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 118 | 144 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.44 |
| HSL | 208.89º | 0.23% | 0.46% | - |
| HSV(B) | 208.89º | 0.38% | 0.56% | - |
| XYZ | 15.73 | 17.14 | 28.87 | - |
| YUV | 112.59 | 145.72 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 118 | 144 | 0.37 | 0.18 | 0 | 0.44 | 208.89 | 0.23 | 0.46 |
| Hex | 5A | 76 | 90 | 25 | 12 | 0 | 2C | D1 | 17 | 2E |
| Octal | 132 | 166 | 220 | 45 | 22 | 0 | 54 | 321 | 27 | 56 |
| Binary | 1011010 | 1110110 | 10010000 | 100101 | 10010 | 0 | 101100 | 11010001 | 10111 | 101110 |
Color Harmonies of #5A7690
Complementary color
Monochromatic Colors of #5A7690
Black with #5A7690
Text Example
Text Example
White with #5A7690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7690; }
p { color: rgb(90,118,144); }
H1.HeaderClassName
{
color: #5A7690;
}
.AnyTagClassName
{
color: #5A7690;
}
</style>
background-color css
<style>
a { background-color: #5A7690; }
a { background-color: rgb(90,118,144); }
div.DivClassName
{
background-color: #5A7690;
}
.BgClassName
{
background-color: #5A7690;
}
</style>
border-color css
<style>
span { border-color: #5A7690; }
span { border-color: rgb(90,118,144); }
td.TdClassName
{
border-color: #5A7690;
}
.TagClassName
{
border-color: #5A7690;
}
</style>