Shades of Kashmir Blue #5F758C
Tints of Kashmir Blue #5F758C
RGB
CMYK
RGB Variations
Color information
#5F758C (or 0x5F758C) is known color: Kashmir Blue. HEX triplet: 5F, 75 and 8C. RGB value is (95,117,140). Sum of RGB (Red+Green+Blue) = 95+117+140=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 140 - color contains mainly: blue. Hex color #5F758C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F758C is #A08A73. Grayscale: #707070. Windows color (decimal): -10521204 or 9205087. OLE color: 9205087.
HSL color Cylindrical-coordinate representation of color #5F758C: hue angle of 210.67º 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 #5F758C is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 117 | 140 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.45 |
| HSL | 210.67º | 0.19% | 0.46% | - |
| HSV(B) | 210.67º | 0.32% | 0.55% | - |
| XYZ | 15.81 | 17.05 | 27.27 | - |
| YUV | 113.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 117 | 140 | 0.32 | 0.16 | 0 | 0.45 | 210.67 | 0.19 | 0.46 |
| Hex | 5F | 75 | 8C | 20 | 10 | 0 | 2D | D3 | 13 | 2E |
| Octal | 137 | 165 | 214 | 40 | 20 | 0 | 55 | 323 | 23 | 56 |
| Binary | 1011111 | 1110101 | 10001100 | 100000 | 10000 | 0 | 101101 | 11010011 | 10011 | 101110 |
Color Harmonies of #5F758C
Complementary color
Monochromatic Colors of #5F758C
Black with #5F758C
Text Example
Text Example
White with #5F758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F758C; }
p { color: rgb(95,117,140); }
H1.HeaderClassName
{
color: #5F758C;
}
.AnyTagClassName
{
color: #5F758C;
}
</style>
background-color css
<style>
a { background-color: #5F758C; }
a { background-color: rgb(95,117,140); }
div.DivClassName
{
background-color: #5F758C;
}
.BgClassName
{
background-color: #5F758C;
}
</style>
border-color css
<style>
span { border-color: #5F758C; }
span { border-color: rgb(95,117,140); }
td.TdClassName
{
border-color: #5F758C;
}
.TagClassName
{
border-color: #5F758C;
}
</style>