Shades of Kashmir Blue #5A647E
Tints of Kashmir Blue #5A647E
RGB
CMYK
RGB Variations
Color information
#5A647E (or 0x5A647E) is known color: Kashmir Blue. HEX triplet: 5A, 64 and 7E. RGB value is (90,100,126). Sum of RGB (Red+Green+Blue) = 90+100+126=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 126 - color contains mainly: blue. Hex color #5A647E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A647E is #A59B81. Grayscale: #636363. Windows color (decimal): -10853250 or 8283226. OLE color: 8283226.
HSL color Cylindrical-coordinate representation of color #5A647E: hue angle of 223.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A647E is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 100 | 126 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.51 |
| HSL | 223.33º | 0.17% | 0.42% | - |
| HSV(B) | 223.33º | 0.29% | 0.49% | - |
| XYZ | 12.54 | 12.79 | 21.55 | - |
| YUV | 99.97 | 142.69 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 100 | 126 | 0.29 | 0.21 | 0 | 0.51 | 223.33 | 0.17 | 0.42 |
| Hex | 5A | 64 | 7E | 1D | 15 | 0 | 33 | DF | 11 | 2A |
| Octal | 132 | 144 | 176 | 35 | 25 | 0 | 63 | 337 | 21 | 52 |
| Binary | 1011010 | 1100100 | 1111110 | 11101 | 10101 | 0 | 110011 | 11011111 | 10001 | 101010 |
Color Harmonies of #5A647E
Complementary color
Monochromatic Colors of #5A647E
Black with #5A647E
Text Example
Text Example
White with #5A647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A647E; }
p { color: rgb(90,100,126); }
H1.HeaderClassName
{
color: #5A647E;
}
.AnyTagClassName
{
color: #5A647E;
}
</style>
background-color css
<style>
a { background-color: #5A647E; }
a { background-color: rgb(90,100,126); }
div.DivClassName
{
background-color: #5A647E;
}
.BgClassName
{
background-color: #5A647E;
}
</style>
border-color css
<style>
span { border-color: #5A647E; }
span { border-color: rgb(90,100,126); }
td.TdClassName
{
border-color: #5A647E;
}
.TagClassName
{
border-color: #5A647E;
}
</style>