Shades of Kashmir Blue #5B7592
Tints of Kashmir Blue #5B7592
RGB
CMYK
RGB Variations
Color information
#5B7592 (or 0x5B7592) is known color: Kashmir Blue. HEX triplet: 5B, 75 and 92. RGB value is (91,117,146). Sum of RGB (Red+Green+Blue) = 91+117+146=354 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.71% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 146 - color contains mainly: blue. Hex color #5B7592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7592 is #A48A6D. Grayscale: #707070. Windows color (decimal): -10783342 or 9598299. OLE color: 9598299.
HSL color Cylindrical-coordinate representation of color #5B7592: hue angle of 211.64º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B7592 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 117 | 146 | - |
| CMYK | 0.38 | 0.20 | 0 | 0.43 |
| HSL | 211.64º | 0.23% | 0.46% | - |
| HSV(B) | 211.64º | 0.38% | 0.57% | - |
| XYZ | 15.86 | 17.02 | 29.64 | - |
| YUV | 112.53 | 146.89 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 117 | 146 | 0.38 | 0.20 | 0 | 0.43 | 211.64 | 0.23 | 0.46 |
| Hex | 5B | 75 | 92 | 26 | 14 | 0 | 2B | D4 | 17 | 2E |
| Octal | 133 | 165 | 222 | 46 | 24 | 0 | 53 | 324 | 27 | 56 |
| Binary | 1011011 | 1110101 | 10010010 | 100110 | 10100 | 0 | 101011 | 11010100 | 10111 | 101110 |
Color Harmonies of #5B7592
Complementary color
Monochromatic Colors of #5B7592
Black with #5B7592
Text Example
Text Example
White with #5B7592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7592; }
p { color: rgb(91,117,146); }
H1.HeaderClassName
{
color: #5B7592;
}
.AnyTagClassName
{
color: #5B7592;
}
</style>
background-color css
<style>
a { background-color: #5B7592; }
a { background-color: rgb(91,117,146); }
div.DivClassName
{
background-color: #5B7592;
}
.BgClassName
{
background-color: #5B7592;
}
</style>
border-color css
<style>
span { border-color: #5B7592; }
span { border-color: rgb(91,117,146); }
td.TdClassName
{
border-color: #5B7592;
}
.TagClassName
{
border-color: #5B7592;
}
</style>