Shades of Kashmir Blue #53628D
Tints of Kashmir Blue #53628D
RGB
CMYK
RGB Variations
Color information
#53628D (or 0x53628D) is known color: Kashmir Blue. HEX triplet: 53, 62 and 8D. RGB value is (83,98,141). Sum of RGB (Red+Green+Blue) = 83+98+141=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 141 - color contains mainly: blue. Hex color #53628D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53628D is #AC9D72. Grayscale: #626262. Windows color (decimal): -11312499 or 9265747. OLE color: 9265747.
HSL color Cylindrical-coordinate representation of color #53628D: hue angle of 224.48º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53628D is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 98 | 141 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.45 |
| HSL | 224.48º | 0.26% | 0.44% | - |
| HSV(B) | 224.48º | 0.41% | 0.55% | - |
| XYZ | 12.74 | 12.5 | 26.94 | - |
| YUV | 98.42 | 152.03 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 98 | 141 | 0.41 | 0.30 | 0 | 0.45 | 224.48 | 0.26 | 0.44 |
| Hex | 53 | 62 | 8D | 29 | 1E | 0 | 2D | E0 | 1A | 2C |
| Octal | 123 | 142 | 215 | 51 | 36 | 0 | 55 | 340 | 32 | 54 |
| Binary | 1010011 | 1100010 | 10001101 | 101001 | 11110 | 0 | 101101 | 11100000 | 11010 | 101100 |
Color Harmonies of #53628D
Complementary color
Monochromatic Colors of #53628D
Black with #53628D
Text Example
Text Example
White with #53628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53628D; }
p { color: rgb(83,98,141); }
H1.HeaderClassName
{
color: #53628D;
}
.AnyTagClassName
{
color: #53628D;
}
</style>
background-color css
<style>
a { background-color: #53628D; }
a { background-color: rgb(83,98,141); }
div.DivClassName
{
background-color: #53628D;
}
.BgClassName
{
background-color: #53628D;
}
</style>
border-color css
<style>
span { border-color: #53628D; }
span { border-color: rgb(83,98,141); }
td.TdClassName
{
border-color: #53628D;
}
.TagClassName
{
border-color: #53628D;
}
</style>