Shades of Kashmir Blue #5C657E
Tints of Kashmir Blue #5C657E
RGB
CMYK
RGB Variations
Color information
#5C657E (or 0x5C657E) is known color: Kashmir Blue. HEX triplet: 5C, 65 and 7E. RGB value is (92,101,126). Sum of RGB (Red+Green+Blue) = 92+101+126=319 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.84% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 126 - color contains mainly: blue. Hex color #5C657E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C657E is #A39A81. Grayscale: #656565. Windows color (decimal): -10721922 or 8283484. OLE color: 8283484.
HSL color Cylindrical-coordinate representation of color #5C657E: hue angle of 224.12º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5C657E is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 101 | 126 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.51 |
| HSL | 224.12º | 0.16% | 0.43% | - |
| HSV(B) | 224.12º | 0.27% | 0.49% | - |
| XYZ | 12.83 | 13.09 | 21.59 | - |
| YUV | 101.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 101 | 126 | 0.27 | 0.20 | 0 | 0.51 | 224.12 | 0.16 | 0.43 |
| Hex | 5C | 65 | 7E | 1B | 14 | 0 | 33 | E0 | 10 | 2B |
| Octal | 134 | 145 | 176 | 33 | 24 | 0 | 63 | 340 | 20 | 53 |
| Binary | 1011100 | 1100101 | 1111110 | 11011 | 10100 | 0 | 110011 | 11100000 | 10000 | 101011 |
Color Harmonies of #5C657E
Complementary color
Monochromatic Colors of #5C657E
Black with #5C657E
Text Example
Text Example
White with #5C657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C657E; }
p { color: rgb(92,101,126); }
H1.HeaderClassName
{
color: #5C657E;
}
.AnyTagClassName
{
color: #5C657E;
}
</style>
background-color css
<style>
a { background-color: #5C657E; }
a { background-color: rgb(92,101,126); }
div.DivClassName
{
background-color: #5C657E;
}
.BgClassName
{
background-color: #5C657E;
}
</style>
border-color css
<style>
span { border-color: #5C657E; }
span { border-color: rgb(92,101,126); }
td.TdClassName
{
border-color: #5C657E;
}
.TagClassName
{
border-color: #5C657E;
}
</style>