Shades of Kashmir Blue #5A6E8D
Tints of Kashmir Blue #5A6E8D
RGB
CMYK
RGB Variations
Color information
#5A6E8D (or 0x5A6E8D) is known color: Kashmir Blue. HEX triplet: 5A, 6E and 8D. RGB value is (90,110,141). Sum of RGB (Red+Green+Blue) = 90+110+141=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A6E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6E8D is #A59172. Grayscale: #6B6B6B. Windows color (decimal): -10850675 or 9268826. OLE color: 9268826.
HSL color Cylindrical-coordinate representation of color #5A6E8D: hue angle of 216.47º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A6E8D is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 110 | 141 | - |
| CMYK | 0.36 | 0.22 | 0 | 0.45 |
| HSL | 216.47º | 0.22% | 0.45% | - |
| HSV(B) | 216.47º | 0.36% | 0.55% | - |
| XYZ | 14.6 | 15.25 | 27.37 | - |
| YUV | 107.55 | 146.87 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 110 | 141 | 0.36 | 0.22 | 0 | 0.45 | 216.47 | 0.22 | 0.45 |
| Hex | 5A | 6E | 8D | 24 | 16 | 0 | 2D | D8 | 16 | 2D |
| Octal | 132 | 156 | 215 | 44 | 26 | 0 | 55 | 330 | 26 | 55 |
| Binary | 1011010 | 1101110 | 10001101 | 100100 | 10110 | 0 | 101101 | 11011000 | 10110 | 101101 |
Color Harmonies of #5A6E8D
Complementary color
Monochromatic Colors of #5A6E8D
Black with #5A6E8D
Text Example
Text Example
White with #5A6E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6E8D; }
p { color: rgb(90,110,141); }
H1.HeaderClassName
{
color: #5A6E8D;
}
.AnyTagClassName
{
color: #5A6E8D;
}
</style>
background-color css
<style>
a { background-color: #5A6E8D; }
a { background-color: rgb(90,110,141); }
div.DivClassName
{
background-color: #5A6E8D;
}
.BgClassName
{
background-color: #5A6E8D;
}
</style>
border-color css
<style>
span { border-color: #5A6E8D; }
span { border-color: rgb(90,110,141); }
td.TdClassName
{
border-color: #5A6E8D;
}
.TagClassName
{
border-color: #5A6E8D;
}
</style>