Shades of Kashmir Blue #5C7992
Tints of Kashmir Blue #5C7992
RGB
CMYK
RGB Variations
Color information
#5C7992 (or 0x5C7992) is known color: Kashmir Blue. HEX triplet: 5C, 79 and 92. RGB value is (92,121,146). Sum of RGB (Red+Green+Blue) = 92+121+146=359 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.63% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #5C7992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7992 is #A3866D. Grayscale: #737373. Windows color (decimal): -10716782 or 9599324. OLE color: 9599324.
HSL color Cylindrical-coordinate representation of color #5C7992: hue angle of 207.78º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C7992 is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 92 | 121 | 146 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.43 |
| HSL | 207.78º | 0.23% | 0.47% | - |
| HSV(B) | 207.78º | 0.37% | 0.57% | - |
| XYZ | 16.44 | 18.03 | 29.81 | - |
| YUV | 115.18 | 145.39 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 121 | 146 | 0.37 | 0.17 | 0 | 0.43 | 207.78 | 0.23 | 0.47 |
| Hex | 5C | 79 | 92 | 25 | 11 | 0 | 2B | D0 | 17 | 2F |
| Octal | 134 | 171 | 222 | 45 | 21 | 0 | 53 | 320 | 27 | 57 |
| Binary | 1011100 | 1111001 | 10010010 | 100101 | 10001 | 0 | 101011 | 11010000 | 10111 | 101111 |
Color Harmonies of #5C7992
Complementary color
Monochromatic Colors of #5C7992
Black with #5C7992
Text Example
Text Example
White with #5C7992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7992; }
p { color: rgb(92,121,146); }
H1.HeaderClassName
{
color: #5C7992;
}
.AnyTagClassName
{
color: #5C7992;
}
</style>
background-color css
<style>
a { background-color: #5C7992; }
a { background-color: rgb(92,121,146); }
div.DivClassName
{
background-color: #5C7992;
}
.BgClassName
{
background-color: #5C7992;
}
</style>
border-color css
<style>
span { border-color: #5C7992; }
span { border-color: rgb(92,121,146); }
td.TdClassName
{
border-color: #5C7992;
}
.TagClassName
{
border-color: #5C7992;
}
</style>