Shades of Kashmir Blue #55728F
Tints of Kashmir Blue #55728F
RGB
CMYK
RGB Variations
Color information
#55728F (or 0x55728F) is known color: Kashmir Blue. HEX triplet: 55, 72 and 8F. RGB value is (85,114,143). Sum of RGB (Red+Green+Blue) = 85+114+143=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 143 - color contains mainly: blue. Hex color #55728F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55728F is #AA8D70. Grayscale: #6C6C6C. Windows color (decimal): -11177329 or 9400917. OLE color: 9400917.
HSL color Cylindrical-coordinate representation of color #55728F: hue angle of 210º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55728F is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 114 | 143 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.44 |
| HSL | 210º | 0.25% | 0.45% | - |
| HSV(B) | 210º | 0.41% | 0.56% | - |
| XYZ | 14.72 | 15.95 | 28.29 | - |
| YUV | 108.64 | 147.39 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 114 | 143 | 0.41 | 0.20 | 0 | 0.44 | 210 | 0.25 | 0.45 |
| Hex | 55 | 72 | 8F | 29 | 14 | 0 | 2C | D2 | 19 | 2D |
| Octal | 125 | 162 | 217 | 51 | 24 | 0 | 54 | 322 | 31 | 55 |
| Binary | 1010101 | 1110010 | 10001111 | 101001 | 10100 | 0 | 101100 | 11010010 | 11001 | 101101 |
Color Harmonies of #55728F
Complementary color
Monochromatic Colors of #55728F
Black with #55728F
Text Example
Text Example
White with #55728F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55728F; }
p { color: rgb(85,114,143); }
H1.HeaderClassName
{
color: #55728F;
}
.AnyTagClassName
{
color: #55728F;
}
</style>
background-color css
<style>
a { background-color: #55728F; }
a { background-color: rgb(85,114,143); }
div.DivClassName
{
background-color: #55728F;
}
.BgClassName
{
background-color: #55728F;
}
</style>
border-color css
<style>
span { border-color: #55728F; }
span { border-color: rgb(85,114,143); }
td.TdClassName
{
border-color: #55728F;
}
.TagClassName
{
border-color: #55728F;
}
</style>