Shades of Kashmir Blue #5C768D
Tints of Kashmir Blue #5C768D
RGB
CMYK
RGB Variations
Color information
#5C768D (or 0x5C768D) is known color: Kashmir Blue. HEX triplet: 5C, 76 and 8D. RGB value is (92,118,141). Sum of RGB (Red+Green+Blue) = 92+118+141=351 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.21% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 141 - color contains mainly: blue. Hex color #5C768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C768D is #A38972. Grayscale: #707070. Windows color (decimal): -10717555 or 9270876. OLE color: 9270876.
HSL color Cylindrical-coordinate representation of color #5C768D: hue angle of 208.16º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5C768D is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 118 | 141 | - |
| CMYK | 0.35 | 0.16 | 0 | 0.45 |
| HSL | 208.16º | 0.21% | 0.46% | - |
| HSV(B) | 208.16º | 0.35% | 0.55% | - |
| XYZ | 15.7 | 17.16 | 27.68 | - |
| YUV | 112.85 | 143.89 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 118 | 141 | 0.35 | 0.16 | 0 | 0.45 | 208.16 | 0.21 | 0.46 |
| Hex | 5C | 76 | 8D | 23 | 10 | 0 | 2D | D0 | 15 | 2E |
| Octal | 134 | 166 | 215 | 43 | 20 | 0 | 55 | 320 | 25 | 56 |
| Binary | 1011100 | 1110110 | 10001101 | 100011 | 10000 | 0 | 101101 | 11010000 | 10101 | 101110 |
Color Harmonies of #5C768D
Complementary color
Monochromatic Colors of #5C768D
Black with #5C768D
Text Example
Text Example
White with #5C768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C768D; }
p { color: rgb(92,118,141); }
H1.HeaderClassName
{
color: #5C768D;
}
.AnyTagClassName
{
color: #5C768D;
}
</style>
background-color css
<style>
a { background-color: #5C768D; }
a { background-color: rgb(92,118,141); }
div.DivClassName
{
background-color: #5C768D;
}
.BgClassName
{
background-color: #5C768D;
}
</style>
border-color css
<style>
span { border-color: #5C768D; }
span { border-color: rgb(92,118,141); }
td.TdClassName
{
border-color: #5C768D;
}
.TagClassName
{
border-color: #5C768D;
}
</style>