Shades of Kashmir Blue #5B6C8A
Tints of Kashmir Blue #5B6C8A
RGB
CMYK
RGB Variations
Color information
#5B6C8A (or 0x5B6C8A) is known color: Kashmir Blue. HEX triplet: 5B, 6C and 8A. RGB value is (91,108,138). Sum of RGB (Red+Green+Blue) = 91+108+138=337 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.00% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 138 - color contains mainly: blue. Hex color #5B6C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6C8A is #A49375. Grayscale: #6A6A6A. Windows color (decimal): -10785654 or 9071707. OLE color: 9071707.
HSL color Cylindrical-coordinate representation of color #5B6C8A: hue angle of 218.3º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B6C8A is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 91 | 108 | 138 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.46 |
| HSL | 218.3º | 0.21% | 0.45% | - |
| HSV(B) | 218.3º | 0.34% | 0.54% | - |
| XYZ | 14.26 | 14.78 | 26.15 | - |
| YUV | 106.34 | 145.87 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 108 | 138 | 0.34 | 0.22 | 0 | 0.46 | 218.3 | 0.21 | 0.45 |
| Hex | 5B | 6C | 8A | 22 | 16 | 0 | 2E | DA | 15 | 2D |
| Octal | 133 | 154 | 212 | 42 | 26 | 0 | 56 | 332 | 25 | 55 |
| Binary | 1011011 | 1101100 | 10001010 | 100010 | 10110 | 0 | 101110 | 11011010 | 10101 | 101101 |
Color Harmonies of #5B6C8A
Complementary color
Monochromatic Colors of #5B6C8A
Black with #5B6C8A
Text Example
Text Example
White with #5B6C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6C8A; }
p { color: rgb(91,108,138); }
H1.HeaderClassName
{
color: #5B6C8A;
}
.AnyTagClassName
{
color: #5B6C8A;
}
</style>
background-color css
<style>
a { background-color: #5B6C8A; }
a { background-color: rgb(91,108,138); }
div.DivClassName
{
background-color: #5B6C8A;
}
.BgClassName
{
background-color: #5B6C8A;
}
</style>
border-color css
<style>
span { border-color: #5B6C8A; }
span { border-color: rgb(91,108,138); }
td.TdClassName
{
border-color: #5B6C8A;
}
.TagClassName
{
border-color: #5B6C8A;
}
</style>