Shades of Kashmir Blue #5C738B
Tints of Kashmir Blue #5C738B
RGB
CMYK
RGB Variations
Color information
#5C738B (or 0x5C738B) is known color: Kashmir Blue. HEX triplet: 5C, 73 and 8B. RGB value is (92,115,139). Sum of RGB (Red+Green+Blue) = 92+115+139=346 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.59% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #5C738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C738B is #A38C74. Grayscale: #6E6E6E. Windows color (decimal): -10718325 or 9139036. OLE color: 9139036.
HSL color Cylindrical-coordinate representation of color #5C738B: hue angle of 210.64º 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 #5C738B is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 115 | 139 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.45 |
| HSL | 210.64º | 0.2% | 0.45% | - |
| HSV(B) | 210.64º | 0.34% | 0.55% | - |
| XYZ | 15.2 | 16.4 | 26.79 | - |
| YUV | 110.86 | 143.88 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 115 | 139 | 0.34 | 0.17 | 0 | 0.45 | 210.64 | 0.2 | 0.45 |
| Hex | 5C | 73 | 8B | 22 | 11 | 0 | 2D | D3 | 14 | 2D |
| Octal | 134 | 163 | 213 | 42 | 21 | 0 | 55 | 323 | 24 | 55 |
| Binary | 1011100 | 1110011 | 10001011 | 100010 | 10001 | 0 | 101101 | 11010011 | 10100 | 101101 |
Color Harmonies of #5C738B
Complementary color
Monochromatic Colors of #5C738B
Black with #5C738B
Text Example
Text Example
White with #5C738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C738B; }
p { color: rgb(92,115,139); }
H1.HeaderClassName
{
color: #5C738B;
}
.AnyTagClassName
{
color: #5C738B;
}
</style>
background-color css
<style>
a { background-color: #5C738B; }
a { background-color: rgb(92,115,139); }
div.DivClassName
{
background-color: #5C738B;
}
.BgClassName
{
background-color: #5C738B;
}
</style>
border-color css
<style>
span { border-color: #5C738B; }
span { border-color: rgb(92,115,139); }
td.TdClassName
{
border-color: #5C738B;
}
.TagClassName
{
border-color: #5C738B;
}
</style>