Shades of Kashmir Blue #5A657B
Tints of Kashmir Blue #5A657B
RGB
CMYK
RGB Variations
Color information
#5A657B (or 0x5A657B) is known color: Kashmir Blue. HEX triplet: 5A, 65 and 7B. RGB value is (90,101,123). Sum of RGB (Red+Green+Blue) = 90+101+123=314 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.66% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 123 - color contains mainly: blue. Hex color #5A657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A657B is #A59A84. Grayscale: #646464. Windows color (decimal): -10852997 or 8086874. OLE color: 8086874.
HSL color Cylindrical-coordinate representation of color #5A657B: hue angle of 220º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A657B is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 90 | 101 | 123 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.52 |
| HSL | 220º | 0.15% | 0.42% | - |
| HSV(B) | 220º | 0.27% | 0.48% | - |
| XYZ | 12.45 | 12.91 | 20.58 | - |
| YUV | 100.22 | 140.86 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 101 | 123 | 0.27 | 0.18 | 0 | 0.52 | 220 | 0.15 | 0.42 |
| Hex | 5A | 65 | 7B | 1B | 12 | 0 | 34 | DC | F | 2A |
| Octal | 132 | 145 | 173 | 33 | 22 | 0 | 64 | 334 | 17 | 52 |
| Binary | 1011010 | 1100101 | 1111011 | 11011 | 10010 | 0 | 110100 | 11011100 | 1111 | 101010 |
Color Harmonies of #5A657B
Complementary color
Monochromatic Colors of #5A657B
Black with #5A657B
Text Example
Text Example
White with #5A657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A657B; }
p { color: rgb(90,101,123); }
H1.HeaderClassName
{
color: #5A657B;
}
.AnyTagClassName
{
color: #5A657B;
}
</style>
background-color css
<style>
a { background-color: #5A657B; }
a { background-color: rgb(90,101,123); }
div.DivClassName
{
background-color: #5A657B;
}
.BgClassName
{
background-color: #5A657B;
}
</style>
border-color css
<style>
span { border-color: #5A657B; }
span { border-color: rgb(90,101,123); }
td.TdClassName
{
border-color: #5A657B;
}
.TagClassName
{
border-color: #5A657B;
}
</style>