Shades of Kashmir Blue #567891
Tints of Kashmir Blue #567891
RGB
CMYK
RGB Variations
Color information
#567891 (or 0x567891) is known color: Kashmir Blue. HEX triplet: 56, 78 and 91. RGB value is (86,120,145). Sum of RGB (Red+Green+Blue) = 86+120+145=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 145 - color contains mainly: blue. Hex color #567891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567891 is #A9876E. Grayscale: #707070. Windows color (decimal): -11110255 or 9533526. OLE color: 9533526.
HSL color Cylindrical-coordinate representation of color #567891: hue angle of 205.42º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #567891 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 86 | 120 | 145 | - |
| CMYK | 0.41 | 0.17 | 0 | 0.43 |
| HSL | 205.42º | 0.26% | 0.45% | - |
| HSV(B) | 205.42º | 0.41% | 0.57% | - |
| XYZ | 15.67 | 17.46 | 29.33 | - |
| YUV | 112.68 | 146.24 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 120 | 145 | 0.41 | 0.17 | 0 | 0.43 | 205.42 | 0.26 | 0.45 |
| Hex | 56 | 78 | 91 | 29 | 11 | 0 | 2B | CD | 1A | 2D |
| Octal | 126 | 170 | 221 | 51 | 21 | 0 | 53 | 315 | 32 | 55 |
| Binary | 1010110 | 1111000 | 10010001 | 101001 | 10001 | 0 | 101011 | 11001101 | 11010 | 101101 |
Color Harmonies of #567891
Complementary color
Monochromatic Colors of #567891
Black with #567891
Text Example
Text Example
White with #567891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567891; }
p { color: rgb(86,120,145); }
H1.HeaderClassName
{
color: #567891;
}
.AnyTagClassName
{
color: #567891;
}
</style>
background-color css
<style>
a { background-color: #567891; }
a { background-color: rgb(86,120,145); }
div.DivClassName
{
background-color: #567891;
}
.BgClassName
{
background-color: #567891;
}
</style>
border-color css
<style>
span { border-color: #567891; }
span { border-color: rgb(86,120,145); }
td.TdClassName
{
border-color: #567891;
}
.TagClassName
{
border-color: #567891;
}
</style>