Shades of Kashmir Blue #52638D
Tints of Kashmir Blue #52638D
RGB
CMYK
RGB Variations
Color information
#52638D (or 0x52638D) is known color: Kashmir Blue. HEX triplet: 52, 63 and 8D. RGB value is (82,99,141). Sum of RGB (Red+Green+Blue) = 82+99+141=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 99 (39.06% from 255 or 30.75% 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 #52638D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52638D is #AD9C72. Grayscale: #626262. Windows color (decimal): -11377779 or 9266002. OLE color: 9266002.
HSL color Cylindrical-coordinate representation of color #52638D: hue angle of 222.71º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52638D is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 99 | 141 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.45 |
| HSL | 222.71º | 0.26% | 0.44% | - |
| HSV(B) | 222.71º | 0.42% | 0.55% | - |
| XYZ | 12.75 | 12.64 | 26.97 | - |
| YUV | 98.71 | 151.87 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 99 | 141 | 0.42 | 0.30 | 0 | 0.45 | 222.71 | 0.26 | 0.44 |
| Hex | 52 | 63 | 8D | 2A | 1E | 0 | 2D | DF | 1A | 2C |
| Octal | 122 | 143 | 215 | 52 | 36 | 0 | 55 | 337 | 32 | 54 |
| Binary | 1010010 | 1100011 | 10001101 | 101010 | 11110 | 0 | 101101 | 11011111 | 11010 | 101100 |
Color Harmonies of #52638D
Complementary color
Monochromatic Colors of #52638D
Black with #52638D
Text Example
Text Example
White with #52638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52638D; }
p { color: rgb(82,99,141); }
H1.HeaderClassName
{
color: #52638D;
}
.AnyTagClassName
{
color: #52638D;
}
</style>
background-color css
<style>
a { background-color: #52638D; }
a { background-color: rgb(82,99,141); }
div.DivClassName
{
background-color: #52638D;
}
.BgClassName
{
background-color: #52638D;
}
</style>
border-color css
<style>
span { border-color: #52638D; }
span { border-color: rgb(82,99,141); }
td.TdClassName
{
border-color: #52638D;
}
.TagClassName
{
border-color: #52638D;
}
</style>