Shades of Kashmir Blue #53628B
Tints of Kashmir Blue #53628B
RGB
CMYK
RGB Variations
Color information
#53628B (or 0x53628B) is known color: Kashmir Blue. HEX triplet: 53, 62 and 8B. RGB value is (83,98,139). Sum of RGB (Red+Green+Blue) = 83+98+139=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #53628B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53628B is #AC9D74. Grayscale: #626262. Windows color (decimal): -11312501 or 9134675. OLE color: 9134675.
HSL color Cylindrical-coordinate representation of color #53628B: hue angle of 223.93º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53628B is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 98 | 139 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.45 |
| HSL | 223.93º | 0.25% | 0.44% | - |
| HSV(B) | 223.93º | 0.4% | 0.55% | - |
| XYZ | 12.6 | 12.44 | 26.16 | - |
| YUV | 98.19 | 151.03 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 98 | 139 | 0.40 | 0.29 | 0 | 0.45 | 223.93 | 0.25 | 0.44 |
| Hex | 53 | 62 | 8B | 28 | 1D | 0 | 2D | E0 | 19 | 2C |
| Octal | 123 | 142 | 213 | 50 | 35 | 0 | 55 | 340 | 31 | 54 |
| Binary | 1010011 | 1100010 | 10001011 | 101000 | 11101 | 0 | 101101 | 11100000 | 11001 | 101100 |
Color Harmonies of #53628B
Complementary color
Monochromatic Colors of #53628B
Black with #53628B
Text Example
Text Example
White with #53628B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53628B; }
p { color: rgb(83,98,139); }
H1.HeaderClassName
{
color: #53628B;
}
.AnyTagClassName
{
color: #53628B;
}
</style>
background-color css
<style>
a { background-color: #53628B; }
a { background-color: rgb(83,98,139); }
div.DivClassName
{
background-color: #53628B;
}
.BgClassName
{
background-color: #53628B;
}
</style>
border-color css
<style>
span { border-color: #53628B; }
span { border-color: rgb(83,98,139); }
td.TdClassName
{
border-color: #53628B;
}
.TagClassName
{
border-color: #53628B;
}
</style>