Shades of Kashmir Blue #5B708A
Tints of Kashmir Blue #5B708A
RGB
CMYK
RGB Variations
Color information
#5B708A (or 0x5B708A) is known color: Kashmir Blue. HEX triplet: 5B, 70 and 8A. RGB value is (91,112,138). Sum of RGB (Red+Green+Blue) = 91+112+138=341 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.69% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 138 - color contains mainly: blue. Hex color #5B708A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B708A is #A48F75. Grayscale: #6C6C6C. Windows color (decimal): -10784630 or 9072731. OLE color: 9072731.
HSL color Cylindrical-coordinate representation of color #5B708A: hue angle of 213.19º 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 #5B708A is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 91 | 112 | 138 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.46 |
| HSL | 213.19º | 0.21% | 0.45% | - |
| HSV(B) | 213.19º | 0.34% | 0.54% | - |
| XYZ | 14.7 | 15.65 | 26.29 | - |
| YUV | 108.69 | 144.54 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 112 | 138 | 0.34 | 0.19 | 0 | 0.46 | 213.19 | 0.21 | 0.45 |
| Hex | 5B | 70 | 8A | 22 | 13 | 0 | 2E | D5 | 15 | 2D |
| Octal | 133 | 160 | 212 | 42 | 23 | 0 | 56 | 325 | 25 | 55 |
| Binary | 1011011 | 1110000 | 10001010 | 100010 | 10011 | 0 | 101110 | 11010101 | 10101 | 101101 |
Color Harmonies of #5B708A
Complementary color
Monochromatic Colors of #5B708A
Black with #5B708A
Text Example
Text Example
White with #5B708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B708A; }
p { color: rgb(91,112,138); }
H1.HeaderClassName
{
color: #5B708A;
}
.AnyTagClassName
{
color: #5B708A;
}
</style>
background-color css
<style>
a { background-color: #5B708A; }
a { background-color: rgb(91,112,138); }
div.DivClassName
{
background-color: #5B708A;
}
.BgClassName
{
background-color: #5B708A;
}
</style>
border-color css
<style>
span { border-color: #5B708A; }
span { border-color: rgb(91,112,138); }
td.TdClassName
{
border-color: #5B708A;
}
.TagClassName
{
border-color: #5B708A;
}
</style>