Shades of Kashmir Blue #58728B
Tints of Kashmir Blue #58728B
RGB
CMYK
RGB Variations
Color information
#58728B (or 0x58728B) is known color: Kashmir Blue. HEX triplet: 58, 72 and 8B. RGB value is (88,114,139). Sum of RGB (Red+Green+Blue) = 88+114+139=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #58728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58728B is #A78D74. Grayscale: #6C6C6C. Windows color (decimal): -10980725 or 9138776. OLE color: 9138776.
HSL color Cylindrical-coordinate representation of color #58728B: hue angle of 209.41º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #58728B is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 114 | 139 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.45 |
| HSL | 209.41º | 0.22% | 0.45% | - |
| HSV(B) | 209.41º | 0.37% | 0.55% | - |
| XYZ | 14.7 | 15.97 | 26.73 | - |
| YUV | 109.08 | 144.89 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 114 | 139 | 0.37 | 0.18 | 0 | 0.45 | 209.41 | 0.22 | 0.45 |
| Hex | 58 | 72 | 8B | 25 | 12 | 0 | 2D | D1 | 16 | 2D |
| Octal | 130 | 162 | 213 | 45 | 22 | 0 | 55 | 321 | 26 | 55 |
| Binary | 1011000 | 1110010 | 10001011 | 100101 | 10010 | 0 | 101101 | 11010001 | 10110 | 101101 |
Color Harmonies of #58728B
Complementary color
Monochromatic Colors of #58728B
Black with #58728B
Text Example
Text Example
White with #58728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58728B; }
p { color: rgb(88,114,139); }
H1.HeaderClassName
{
color: #58728B;
}
.AnyTagClassName
{
color: #58728B;
}
</style>
background-color css
<style>
a { background-color: #58728B; }
a { background-color: rgb(88,114,139); }
div.DivClassName
{
background-color: #58728B;
}
.BgClassName
{
background-color: #58728B;
}
</style>
border-color css
<style>
span { border-color: #58728B; }
span { border-color: rgb(88,114,139); }
td.TdClassName
{
border-color: #58728B;
}
.TagClassName
{
border-color: #58728B;
}
</style>