Shades of Kashmir Blue #5C657B
Tints of Kashmir Blue #5C657B
RGB
CMYK
RGB Variations
Color information
#5C657B (or 0x5C657B) is known color: Kashmir Blue. HEX triplet: 5C, 65 and 7B. RGB value is (92,101,123). Sum of RGB (Red+Green+Blue) = 92+101+123=316 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.11% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 123 - color contains mainly: blue. Hex color #5C657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C657B is #A39A84. Grayscale: #646464. Windows color (decimal): -10721925 or 8086876. OLE color: 8086876.
HSL color Cylindrical-coordinate representation of color #5C657B: hue angle of 222.58º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5C657B is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 101 | 123 | - |
| CMYK | 0.25 | 0.18 | 0 | 0.52 |
| HSL | 222.58º | 0.14% | 0.42% | - |
| HSV(B) | 222.58º | 0.25% | 0.48% | - |
| XYZ | 12.64 | 13.01 | 20.58 | - |
| YUV | 100.82 | 140.52 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 101 | 123 | 0.25 | 0.18 | 0 | 0.52 | 222.58 | 0.14 | 0.42 |
| Hex | 5C | 65 | 7B | 19 | 12 | 0 | 34 | DF | E | 2A |
| Octal | 134 | 145 | 173 | 31 | 22 | 0 | 64 | 337 | 16 | 52 |
| Binary | 1011100 | 1100101 | 1111011 | 11001 | 10010 | 0 | 110100 | 11011111 | 1110 | 101010 |
Color Harmonies of #5C657B
Complementary color
Monochromatic Colors of #5C657B
Black with #5C657B
Text Example
Text Example
White with #5C657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C657B; }
p { color: rgb(92,101,123); }
H1.HeaderClassName
{
color: #5C657B;
}
.AnyTagClassName
{
color: #5C657B;
}
</style>
background-color css
<style>
a { background-color: #5C657B; }
a { background-color: rgb(92,101,123); }
div.DivClassName
{
background-color: #5C657B;
}
.BgClassName
{
background-color: #5C657B;
}
</style>
border-color css
<style>
span { border-color: #5C657B; }
span { border-color: rgb(92,101,123); }
td.TdClassName
{
border-color: #5C657B;
}
.TagClassName
{
border-color: #5C657B;
}
</style>