Shades of Kashmir Blue #52638A
Tints of Kashmir Blue #52638A
RGB
CMYK
RGB Variations
Color information
#52638A (or 0x52638A) is known color: Kashmir Blue. HEX triplet: 52, 63 and 8A. RGB value is (82,99,138). Sum of RGB (Red+Green+Blue) = 82+99+138=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #52638A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52638A is #AD9C75. Grayscale: #626262. Windows color (decimal): -11377782 or 9069394. OLE color: 9069394.
HSL color Cylindrical-coordinate representation of color #52638A: hue angle of 221.79º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52638A is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 99 | 138 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.46 |
| HSL | 221.79º | 0.25% | 0.43% | - |
| HSV(B) | 221.79º | 0.41% | 0.54% | - |
| XYZ | 12.53 | 12.55 | 25.81 | - |
| YUV | 98.36 | 150.37 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 99 | 138 | 0.41 | 0.28 | 0 | 0.46 | 221.79 | 0.25 | 0.43 |
| Hex | 52 | 63 | 8A | 29 | 1C | 0 | 2E | DE | 19 | 2B |
| Octal | 122 | 143 | 212 | 51 | 34 | 0 | 56 | 336 | 31 | 53 |
| Binary | 1010010 | 1100011 | 10001010 | 101001 | 11100 | 0 | 101110 | 11011110 | 11001 | 101011 |
Color Harmonies of #52638A
Complementary color
Monochromatic Colors of #52638A
Black with #52638A
Text Example
Text Example
White with #52638A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52638A; }
p { color: rgb(82,99,138); }
H1.HeaderClassName
{
color: #52638A;
}
.AnyTagClassName
{
color: #52638A;
}
</style>
background-color css
<style>
a { background-color: #52638A; }
a { background-color: rgb(82,99,138); }
div.DivClassName
{
background-color: #52638A;
}
.BgClassName
{
background-color: #52638A;
}
</style>
border-color css
<style>
span { border-color: #52638A; }
span { border-color: rgb(82,99,138); }
td.TdClassName
{
border-color: #52638A;
}
.TagClassName
{
border-color: #52638A;
}
</style>