Shades of Kashmir Blue #5B748A
Tints of Kashmir Blue #5B748A
RGB
CMYK
RGB Variations
Color information
#5B748A (or 0x5B748A) is known color: Kashmir Blue. HEX triplet: 5B, 74 and 8A. RGB value is (91,116,138). Sum of RGB (Red+Green+Blue) = 91+116+138=345 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.38% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 138 - color contains mainly: blue. Hex color #5B748A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B748A is #A48B75. Grayscale: #6E6E6E. Windows color (decimal): -10783606 or 9073755. OLE color: 9073755.
HSL color Cylindrical-coordinate representation of color #5B748A: hue angle of 208.09º 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 #5B748A is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 91 | 116 | 138 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.46 |
| HSL | 208.09º | 0.21% | 0.45% | - |
| HSV(B) | 208.09º | 0.34% | 0.54% | - |
| XYZ | 15.15 | 16.55 | 26.44 | - |
| YUV | 111.03 | 143.22 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 116 | 138 | 0.34 | 0.16 | 0 | 0.46 | 208.09 | 0.21 | 0.45 |
| Hex | 5B | 74 | 8A | 22 | 10 | 0 | 2E | D0 | 15 | 2D |
| Octal | 133 | 164 | 212 | 42 | 20 | 0 | 56 | 320 | 25 | 55 |
| Binary | 1011011 | 1110100 | 10001010 | 100010 | 10000 | 0 | 101110 | 11010000 | 10101 | 101101 |
Color Harmonies of #5B748A
Complementary color
Monochromatic Colors of #5B748A
Black with #5B748A
Text Example
Text Example
White with #5B748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B748A; }
p { color: rgb(91,116,138); }
H1.HeaderClassName
{
color: #5B748A;
}
.AnyTagClassName
{
color: #5B748A;
}
</style>
background-color css
<style>
a { background-color: #5B748A; }
a { background-color: rgb(91,116,138); }
div.DivClassName
{
background-color: #5B748A;
}
.BgClassName
{
background-color: #5B748A;
}
</style>
border-color css
<style>
span { border-color: #5B748A; }
span { border-color: rgb(91,116,138); }
td.TdClassName
{
border-color: #5B748A;
}
.TagClassName
{
border-color: #5B748A;
}
</style>