Shades of Kashmir Blue #5F7284
Tints of Kashmir Blue #5F7284
RGB
CMYK
RGB Variations
Color information
#5F7284 (or 0x5F7284) is known color: Kashmir Blue. HEX triplet: 5F, 72 and 84. RGB value is (95,114,132). Sum of RGB (Red+Green+Blue) = 95+114+132=341 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.86% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 132 - color contains mainly: blue. Hex color #5F7284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7284 is #A08D7B. Grayscale: #6E6E6E. Windows color (decimal): -10521980 or 8680031. OLE color: 8680031.
HSL color Cylindrical-coordinate representation of color #5F7284: hue angle of 209.19º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5F7284 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 95 | 114 | 132 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.48 |
| HSL | 209.19º | 0.16% | 0.45% | - |
| HSV(B) | 209.19º | 0.28% | 0.52% | - |
| XYZ | 14.9 | 16.13 | 24.16 | - |
| YUV | 110.37 | 140.21 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 114 | 132 | 0.28 | 0.14 | 0 | 0.48 | 209.19 | 0.16 | 0.45 |
| Hex | 5F | 72 | 84 | 1C | E | 0 | 30 | D1 | 10 | 2D |
| Octal | 137 | 162 | 204 | 34 | 16 | 0 | 60 | 321 | 20 | 55 |
| Binary | 1011111 | 1110010 | 10000100 | 11100 | 1110 | 0 | 110000 | 11010001 | 10000 | 101101 |
Color Harmonies of #5F7284
Complementary color
Monochromatic Colors of #5F7284
Black with #5F7284
Text Example
Text Example
White with #5F7284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7284; }
p { color: rgb(95,114,132); }
H1.HeaderClassName
{
color: #5F7284;
}
.AnyTagClassName
{
color: #5F7284;
}
</style>
background-color css
<style>
a { background-color: #5F7284; }
a { background-color: rgb(95,114,132); }
div.DivClassName
{
background-color: #5F7284;
}
.BgClassName
{
background-color: #5F7284;
}
</style>
border-color css
<style>
span { border-color: #5F7284; }
span { border-color: rgb(95,114,132); }
td.TdClassName
{
border-color: #5F7284;
}
.TagClassName
{
border-color: #5F7284;
}
</style>