Shades of Kashmir Blue #5A6884
Tints of Kashmir Blue #5A6884
RGB
CMYK
RGB Variations
Color information
#5A6884 (or 0x5A6884) is known color: Kashmir Blue. HEX triplet: 5A, 68 and 84. RGB value is (90,104,132). Sum of RGB (Red+Green+Blue) = 90+104+132=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 132 - color contains mainly: blue. Hex color #5A6884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6884 is #A5977B. Grayscale: #666666. Windows color (decimal): -10852220 or 8677466. OLE color: 8677466.
HSL color Cylindrical-coordinate representation of color #5A6884: hue angle of 220º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A6884 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 104 | 132 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.48 |
| HSL | 220º | 0.19% | 0.44% | - |
| HSV(B) | 220º | 0.32% | 0.52% | - |
| XYZ | 13.33 | 13.74 | 23.78 | - |
| YUV | 103.01 | 144.36 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 132 | 0.32 | 0.21 | 0 | 0.48 | 220 | 0.19 | 0.44 |
| Hex | 5A | 68 | 84 | 20 | 15 | 0 | 30 | DC | 13 | 2C |
| Octal | 132 | 150 | 204 | 40 | 25 | 0 | 60 | 334 | 23 | 54 |
| Binary | 1011010 | 1101000 | 10000100 | 100000 | 10101 | 0 | 110000 | 11011100 | 10011 | 101100 |
Color Harmonies of #5A6884
Complementary color
Monochromatic Colors of #5A6884
Black with #5A6884
Text Example
Text Example
White with #5A6884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6884; }
p { color: rgb(90,104,132); }
H1.HeaderClassName
{
color: #5A6884;
}
.AnyTagClassName
{
color: #5A6884;
}
</style>
background-color css
<style>
a { background-color: #5A6884; }
a { background-color: rgb(90,104,132); }
div.DivClassName
{
background-color: #5A6884;
}
.BgClassName
{
background-color: #5A6884;
}
</style>
border-color css
<style>
span { border-color: #5A6884; }
span { border-color: rgb(90,104,132); }
td.TdClassName
{
border-color: #5A6884;
}
.TagClassName
{
border-color: #5A6884;
}
</style>