Shades of Kashmir Blue #5C667C
Tints of Kashmir Blue #5C667C
RGB
CMYK
RGB Variations
Color information
#5C667C (or 0x5C667C) is known color: Kashmir Blue. HEX triplet: 5C, 66 and 7C. RGB value is (92,102,124). Sum of RGB (Red+Green+Blue) = 92+102+124=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 124 - color contains mainly: blue. Hex color #5C667C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C667C is #A39983. Grayscale: #656565. Windows color (decimal): -10721668 or 8152668. OLE color: 8152668.
HSL color Cylindrical-coordinate representation of color #5C667C: hue angle of 221.25º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C667C is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 102 | 124 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.51 |
| HSL | 221.25º | 0.15% | 0.42% | - |
| HSV(B) | 221.25º | 0.26% | 0.49% | - |
| XYZ | 12.8 | 13.23 | 20.95 | - |
| YUV | 101.52 | 140.69 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 102 | 124 | 0.26 | 0.18 | 0 | 0.51 | 221.25 | 0.15 | 0.42 |
| Hex | 5C | 66 | 7C | 1A | 12 | 0 | 33 | DD | F | 2A |
| Octal | 134 | 146 | 174 | 32 | 22 | 0 | 63 | 335 | 17 | 52 |
| Binary | 1011100 | 1100110 | 1111100 | 11010 | 10010 | 0 | 110011 | 11011101 | 1111 | 101010 |
Color Harmonies of #5C667C
Complementary color
Monochromatic Colors of #5C667C
Black with #5C667C
Text Example
Text Example
White with #5C667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C667C; }
p { color: rgb(92,102,124); }
H1.HeaderClassName
{
color: #5C667C;
}
.AnyTagClassName
{
color: #5C667C;
}
</style>
background-color css
<style>
a { background-color: #5C667C; }
a { background-color: rgb(92,102,124); }
div.DivClassName
{
background-color: #5C667C;
}
.BgClassName
{
background-color: #5C667C;
}
</style>
border-color css
<style>
span { border-color: #5C667C; }
span { border-color: rgb(92,102,124); }
td.TdClassName
{
border-color: #5C667C;
}
.TagClassName
{
border-color: #5C667C;
}
</style>