Shades of Kashmir Blue #56768F
Tints of Kashmir Blue #56768F
RGB
CMYK
RGB Variations
Color information
#56768F (or 0x56768F) is known color: Kashmir Blue. HEX triplet: 56, 76 and 8F. RGB value is (86,118,143). Sum of RGB (Red+Green+Blue) = 86+118+143=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 143 - color contains mainly: blue. Hex color #56768F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56768F is #A98970. Grayscale: #6F6F6F. Windows color (decimal): -11110769 or 9401942. OLE color: 9401942.
HSL color Cylindrical-coordinate representation of color #56768F: hue angle of 206.32º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #56768F is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 118 | 143 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.44 |
| HSL | 206.32º | 0.25% | 0.45% | - |
| HSV(B) | 206.32º | 0.4% | 0.56% | - |
| XYZ | 15.27 | 16.92 | 28.45 | - |
| YUV | 111.28 | 145.9 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 118 | 143 | 0.40 | 0.17 | 0 | 0.44 | 206.32 | 0.25 | 0.45 |
| Hex | 56 | 76 | 8F | 28 | 11 | 0 | 2C | CE | 19 | 2D |
| Octal | 126 | 166 | 217 | 50 | 21 | 0 | 54 | 316 | 31 | 55 |
| Binary | 1010110 | 1110110 | 10001111 | 101000 | 10001 | 0 | 101100 | 11001110 | 11001 | 101101 |
Color Harmonies of #56768F
Complementary color
Monochromatic Colors of #56768F
Black with #56768F
Text Example
Text Example
White with #56768F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56768F; }
p { color: rgb(86,118,143); }
H1.HeaderClassName
{
color: #56768F;
}
.AnyTagClassName
{
color: #56768F;
}
</style>
background-color css
<style>
a { background-color: #56768F; }
a { background-color: rgb(86,118,143); }
div.DivClassName
{
background-color: #56768F;
}
.BgClassName
{
background-color: #56768F;
}
</style>
border-color css
<style>
span { border-color: #56768F; }
span { border-color: rgb(86,118,143); }
td.TdClassName
{
border-color: #56768F;
}
.TagClassName
{
border-color: #56768F;
}
</style>