Shades of Kashmir Blue #5A657F
Tints of Kashmir Blue #5A657F
RGB
CMYK
RGB Variations
Color information
#5A657F (or 0x5A657F) is known color: Kashmir Blue. HEX triplet: 5A, 65 and 7F. RGB value is (90,101,127). Sum of RGB (Red+Green+Blue) = 90+101+127=318 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.30% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 127 - color contains mainly: blue. Hex color #5A657F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A657F is #A59A80. Grayscale: #646464. Windows color (decimal): -10852993 or 8349018. OLE color: 8349018.
HSL color Cylindrical-coordinate representation of color #5A657F: hue angle of 222.16º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A657F is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 90 | 101 | 127 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.50 |
| HSL | 222.16º | 0.17% | 0.43% | - |
| HSV(B) | 222.16º | 0.29% | 0.5% | - |
| XYZ | 12.7 | 13.01 | 21.92 | - |
| YUV | 100.68 | 142.86 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 101 | 127 | 0.29 | 0.20 | 0 | 0.50 | 222.16 | 0.17 | 0.43 |
| Hex | 5A | 65 | 7F | 1D | 14 | 0 | 32 | DE | 11 | 2B |
| Octal | 132 | 145 | 177 | 35 | 24 | 0 | 62 | 336 | 21 | 53 |
| Binary | 1011010 | 1100101 | 1111111 | 11101 | 10100 | 0 | 110010 | 11011110 | 10001 | 101011 |
Color Harmonies of #5A657F
Complementary color
Monochromatic Colors of #5A657F
Black with #5A657F
Text Example
Text Example
White with #5A657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A657F; }
p { color: rgb(90,101,127); }
H1.HeaderClassName
{
color: #5A657F;
}
.AnyTagClassName
{
color: #5A657F;
}
</style>
background-color css
<style>
a { background-color: #5A657F; }
a { background-color: rgb(90,101,127); }
div.DivClassName
{
background-color: #5A657F;
}
.BgClassName
{
background-color: #5A657F;
}
</style>
border-color css
<style>
span { border-color: #5A657F; }
span { border-color: rgb(90,101,127); }
td.TdClassName
{
border-color: #5A657F;
}
.TagClassName
{
border-color: #5A657F;
}
</style>