Shades of Kashmir Blue #5A6685
Tints of Kashmir Blue #5A6685
RGB
CMYK
RGB Variations
Color information
#5A6685 (or 0x5A6685) is known color: Kashmir Blue. HEX triplet: 5A, 66 and 85. RGB value is (90,102,133). Sum of RGB (Red+Green+Blue) = 90+102+133=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 133 - color contains mainly: blue. Hex color #5A6685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6685 is #A5997A. Grayscale: #656565. Windows color (decimal): -10852731 or 8742490. OLE color: 8742490.
HSL color Cylindrical-coordinate representation of color #5A6685: hue angle of 223.26º 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 #5A6685 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 102 | 133 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.48 |
| HSL | 223.26º | 0.19% | 0.44% | - |
| HSV(B) | 223.26º | 0.32% | 0.52% | - |
| XYZ | 13.2 | 13.37 | 24.08 | - |
| YUV | 101.95 | 145.52 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 102 | 133 | 0.32 | 0.23 | 0 | 0.48 | 223.26 | 0.19 | 0.44 |
| Hex | 5A | 66 | 85 | 20 | 17 | 0 | 30 | DF | 13 | 2C |
| Octal | 132 | 146 | 205 | 40 | 27 | 0 | 60 | 337 | 23 | 54 |
| Binary | 1011010 | 1100110 | 10000101 | 100000 | 10111 | 0 | 110000 | 11011111 | 10011 | 101100 |
Color Harmonies of #5A6685
Complementary color
Monochromatic Colors of #5A6685
Black with #5A6685
Text Example
Text Example
White with #5A6685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6685; }
p { color: rgb(90,102,133); }
H1.HeaderClassName
{
color: #5A6685;
}
.AnyTagClassName
{
color: #5A6685;
}
</style>
background-color css
<style>
a { background-color: #5A6685; }
a { background-color: rgb(90,102,133); }
div.DivClassName
{
background-color: #5A6685;
}
.BgClassName
{
background-color: #5A6685;
}
</style>
border-color css
<style>
span { border-color: #5A6685; }
span { border-color: rgb(90,102,133); }
td.TdClassName
{
border-color: #5A6685;
}
.TagClassName
{
border-color: #5A6685;
}
</style>