Shades of Kashmir Blue #5A6786
Tints of Kashmir Blue #5A6786
RGB
CMYK
RGB Variations
Color information
#5A6786 (or 0x5A6786) is known color: Kashmir Blue. HEX triplet: 5A, 67 and 86. RGB value is (90,103,134). Sum of RGB (Red+Green+Blue) = 90+103+134=327 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.52% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 134 - color contains mainly: blue. Hex color #5A6786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6786 is #A59879. Grayscale: #666666. Windows color (decimal): -10852474 or 8808282. OLE color: 8808282.
HSL color Cylindrical-coordinate representation of color #5A6786: hue angle of 222.27º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A6786 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 103 | 134 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.47 |
| HSL | 222.27º | 0.2% | 0.44% | - |
| HSV(B) | 222.27º | 0.33% | 0.53% | - |
| XYZ | 13.37 | 13.6 | 24.47 | - |
| YUV | 102.65 | 145.69 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 134 | 0.33 | 0.23 | 0 | 0.47 | 222.27 | 0.2 | 0.44 |
| Hex | 5A | 67 | 86 | 21 | 17 | 0 | 2F | DE | 14 | 2C |
| Octal | 132 | 147 | 206 | 41 | 27 | 0 | 57 | 336 | 24 | 54 |
| Binary | 1011010 | 1100111 | 10000110 | 100001 | 10111 | 0 | 101111 | 11011110 | 10100 | 101100 |
Color Harmonies of #5A6786
Complementary color
Monochromatic Colors of #5A6786
Black with #5A6786
Text Example
Text Example
White with #5A6786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6786; }
p { color: rgb(90,103,134); }
H1.HeaderClassName
{
color: #5A6786;
}
.AnyTagClassName
{
color: #5A6786;
}
</style>
background-color css
<style>
a { background-color: #5A6786; }
a { background-color: rgb(90,103,134); }
div.DivClassName
{
background-color: #5A6786;
}
.BgClassName
{
background-color: #5A6786;
}
</style>
border-color css
<style>
span { border-color: #5A6786; }
span { border-color: rgb(90,103,134); }
td.TdClassName
{
border-color: #5A6786;
}
.TagClassName
{
border-color: #5A6786;
}
</style>