Shades of Kashmir Blue #5B6784
Tints of Kashmir Blue #5B6784
RGB
CMYK
RGB Variations
Color information
#5B6784 (or 0x5B6784) is known color: Kashmir Blue. HEX triplet: 5B, 67 and 84. RGB value is (91,103,132). Sum of RGB (Red+Green+Blue) = 91+103+132=326 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.91% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 132 - color contains mainly: blue. Hex color #5B6784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6784 is #A4987B. Grayscale: #666666. Windows color (decimal): -10786940 or 8677211. OLE color: 8677211.
HSL color Cylindrical-coordinate representation of color #5B6784: hue angle of 222.44º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B6784 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 91 | 103 | 132 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.48 |
| HSL | 222.44º | 0.18% | 0.44% | - |
| HSV(B) | 222.44º | 0.31% | 0.52% | - |
| XYZ | 13.33 | 13.59 | 23.75 | - |
| YUV | 102.72 | 144.52 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 103 | 132 | 0.31 | 0.22 | 0 | 0.48 | 222.44 | 0.18 | 0.44 |
| Hex | 5B | 67 | 84 | 1F | 16 | 0 | 30 | DE | 12 | 2C |
| Octal | 133 | 147 | 204 | 37 | 26 | 0 | 60 | 336 | 22 | 54 |
| Binary | 1011011 | 1100111 | 10000100 | 11111 | 10110 | 0 | 110000 | 11011110 | 10010 | 101100 |
Color Harmonies of #5B6784
Complementary color
Monochromatic Colors of #5B6784
Black with #5B6784
Text Example
Text Example
White with #5B6784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6784; }
p { color: rgb(91,103,132); }
H1.HeaderClassName
{
color: #5B6784;
}
.AnyTagClassName
{
color: #5B6784;
}
</style>
background-color css
<style>
a { background-color: #5B6784; }
a { background-color: rgb(91,103,132); }
div.DivClassName
{
background-color: #5B6784;
}
.BgClassName
{
background-color: #5B6784;
}
</style>
border-color css
<style>
span { border-color: #5B6784; }
span { border-color: rgb(91,103,132); }
td.TdClassName
{
border-color: #5B6784;
}
.TagClassName
{
border-color: #5B6784;
}
</style>