Shades of Kashmir Blue #5A7695
Tints of Kashmir Blue #5A7695
RGB
CMYK
RGB Variations
Color information
#5A7695 (or 0x5A7695) is known color: Kashmir Blue. HEX triplet: 5A, 76 and 95. RGB value is (90,118,149). Sum of RGB (Red+Green+Blue) = 90+118+149=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 149 - color contains mainly: blue. Hex color #5A7695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7695 is #A5896A. Grayscale: #717171. Windows color (decimal): -10848619 or 9795162. OLE color: 9795162.
HSL color Cylindrical-coordinate representation of color #5A7695: hue angle of 211.53º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A7695 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 118 | 149 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.42 |
| HSL | 211.53º | 0.25% | 0.47% | - |
| HSV(B) | 211.53º | 0.4% | 0.58% | - |
| XYZ | 16.12 | 17.3 | 30.92 | - |
| YUV | 113.16 | 148.22 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 118 | 149 | 0.40 | 0.21 | 0 | 0.42 | 211.53 | 0.25 | 0.47 |
| Hex | 5A | 76 | 95 | 28 | 15 | 0 | 2A | D4 | 19 | 2F |
| Octal | 132 | 166 | 225 | 50 | 25 | 0 | 52 | 324 | 31 | 57 |
| Binary | 1011010 | 1110110 | 10010101 | 101000 | 10101 | 0 | 101010 | 11010100 | 11001 | 101111 |
Color Harmonies of #5A7695
Complementary color
Monochromatic Colors of #5A7695
Black with #5A7695
Text Example
Text Example
White with #5A7695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7695; }
p { color: rgb(90,118,149); }
H1.HeaderClassName
{
color: #5A7695;
}
.AnyTagClassName
{
color: #5A7695;
}
</style>
background-color css
<style>
a { background-color: #5A7695; }
a { background-color: rgb(90,118,149); }
div.DivClassName
{
background-color: #5A7695;
}
.BgClassName
{
background-color: #5A7695;
}
</style>
border-color css
<style>
span { border-color: #5A7695; }
span { border-color: rgb(90,118,149); }
td.TdClassName
{
border-color: #5A7695;
}
.TagClassName
{
border-color: #5A7695;
}
</style>