Shades of Kashmir Blue #5C748B
Tints of Kashmir Blue #5C748B
RGB
CMYK
RGB Variations
Color information
#5C748B (or 0x5C748B) is known color: Kashmir Blue. HEX triplet: 5C, 74 and 8B. RGB value is (92,116,139). Sum of RGB (Red+Green+Blue) = 92+116+139=347 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.51% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #5C748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C748B is #A38B74. Grayscale: #6F6F6F. Windows color (decimal): -10718069 or 9139292. OLE color: 9139292.
HSL color Cylindrical-coordinate representation of color #5C748B: hue angle of 209.36º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5C748B is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 116 | 139 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.45 |
| HSL | 209.36º | 0.2% | 0.45% | - |
| HSV(B) | 209.36º | 0.34% | 0.55% | - |
| XYZ | 15.32 | 16.63 | 26.83 | - |
| YUV | 111.45 | 143.55 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 116 | 139 | 0.34 | 0.17 | 0 | 0.45 | 209.36 | 0.2 | 0.45 |
| Hex | 5C | 74 | 8B | 22 | 11 | 0 | 2D | D1 | 14 | 2D |
| Octal | 134 | 164 | 213 | 42 | 21 | 0 | 55 | 321 | 24 | 55 |
| Binary | 1011100 | 1110100 | 10001011 | 100010 | 10001 | 0 | 101101 | 11010001 | 10100 | 101101 |
Color Harmonies of #5C748B
Complementary color
Monochromatic Colors of #5C748B
Black with #5C748B
Text Example
Text Example
White with #5C748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C748B; }
p { color: rgb(92,116,139); }
H1.HeaderClassName
{
color: #5C748B;
}
.AnyTagClassName
{
color: #5C748B;
}
</style>
background-color css
<style>
a { background-color: #5C748B; }
a { background-color: rgb(92,116,139); }
div.DivClassName
{
background-color: #5C748B;
}
.BgClassName
{
background-color: #5C748B;
}
</style>
border-color css
<style>
span { border-color: #5C748B; }
span { border-color: rgb(92,116,139); }
td.TdClassName
{
border-color: #5C748B;
}
.TagClassName
{
border-color: #5C748B;
}
</style>