Shades of Kashmir Blue #5F758B
Tints of Kashmir Blue #5F758B
RGB
CMYK
RGB Variations
Color information
#5F758B (or 0x5F758B) is known color: Kashmir Blue. HEX triplet: 5F, 75 and 8B. RGB value is (95,117,139). Sum of RGB (Red+Green+Blue) = 95+117+139=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #5F758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F758B is #A08A74. Grayscale: #707070. Windows color (decimal): -10521205 or 9139551. OLE color: 9139551.
HSL color Cylindrical-coordinate representation of color #5F758B: hue angle of 210º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F758B is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 117 | 139 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.45 |
| HSL | 210º | 0.19% | 0.46% | - |
| HSV(B) | 210º | 0.32% | 0.55% | - |
| XYZ | 15.74 | 17.02 | 26.88 | - |
| YUV | 112.93 | 142.71 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 117 | 139 | 0.32 | 0.16 | 0 | 0.45 | 210 | 0.19 | 0.46 |
| Hex | 5F | 75 | 8B | 20 | 10 | 0 | 2D | D2 | 13 | 2E |
| Octal | 137 | 165 | 213 | 40 | 20 | 0 | 55 | 322 | 23 | 56 |
| Binary | 1011111 | 1110101 | 10001011 | 100000 | 10000 | 0 | 101101 | 11010010 | 10011 | 101110 |
Color Harmonies of #5F758B
Complementary color
Monochromatic Colors of #5F758B
Black with #5F758B
Text Example
Text Example
White with #5F758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F758B; }
p { color: rgb(95,117,139); }
H1.HeaderClassName
{
color: #5F758B;
}
.AnyTagClassName
{
color: #5F758B;
}
</style>
background-color css
<style>
a { background-color: #5F758B; }
a { background-color: rgb(95,117,139); }
div.DivClassName
{
background-color: #5F758B;
}
.BgClassName
{
background-color: #5F758B;
}
</style>
border-color css
<style>
span { border-color: #5F758B; }
span { border-color: rgb(95,117,139); }
td.TdClassName
{
border-color: #5F758B;
}
.TagClassName
{
border-color: #5F758B;
}
</style>