Shades of Kashmir Blue #5B6780
Tints of Kashmir Blue #5B6780
RGB
CMYK
RGB Variations
Color information
#5B6780 (or 0x5B6780) is known color: Kashmir Blue. HEX triplet: 5B, 67 and 80. RGB value is (91,103,128). Sum of RGB (Red+Green+Blue) = 91+103+128=322 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.26% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 128 - color contains mainly: blue. Hex color #5B6780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6780 is #A4987F. Grayscale: #666666. Windows color (decimal): -10786944 or 8415067. OLE color: 8415067.
HSL color Cylindrical-coordinate representation of color #5B6780: hue angle of 220.54º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5B6780 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 91 | 103 | 128 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.50 |
| HSL | 220.54º | 0.17% | 0.43% | - |
| HSV(B) | 220.54º | 0.29% | 0.5% | - |
| XYZ | 13.06 | 13.48 | 22.34 | - |
| YUV | 102.26 | 142.52 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 103 | 128 | 0.29 | 0.20 | 0 | 0.50 | 220.54 | 0.17 | 0.43 |
| Hex | 5B | 67 | 80 | 1D | 14 | 0 | 32 | DD | 11 | 2B |
| Octal | 133 | 147 | 200 | 35 | 24 | 0 | 62 | 335 | 21 | 53 |
| Binary | 1011011 | 1100111 | 10000000 | 11101 | 10100 | 0 | 110010 | 11011101 | 10001 | 101011 |
Color Harmonies of #5B6780
Complementary color
Monochromatic Colors of #5B6780
Black with #5B6780
Text Example
Text Example
White with #5B6780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6780; }
p { color: rgb(91,103,128); }
H1.HeaderClassName
{
color: #5B6780;
}
.AnyTagClassName
{
color: #5B6780;
}
</style>
background-color css
<style>
a { background-color: #5B6780; }
a { background-color: rgb(91,103,128); }
div.DivClassName
{
background-color: #5B6780;
}
.BgClassName
{
background-color: #5B6780;
}
</style>
border-color css
<style>
span { border-color: #5B6780; }
span { border-color: rgb(91,103,128); }
td.TdClassName
{
border-color: #5B6780;
}
.TagClassName
{
border-color: #5B6780;
}
</style>