Shades of Kashmir Blue #52698A
Tints of Kashmir Blue #52698A
RGB
CMYK
RGB Variations
Color information
#52698A (or 0x52698A) is known color: Kashmir Blue. HEX triplet: 52, 69 and 8A. RGB value is (82,105,138). Sum of RGB (Red+Green+Blue) = 82+105+138=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 138 - color contains mainly: blue. Hex color #52698A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52698A is #AD9675. Grayscale: #656565. Windows color (decimal): -11376246 or 9070930. OLE color: 9070930.
HSL color Cylindrical-coordinate representation of color #52698A: hue angle of 215.36º 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 #52698A is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 105 | 138 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.46 |
| HSL | 215.36º | 0.25% | 0.43% | - |
| HSV(B) | 215.36º | 0.41% | 0.54% | - |
| XYZ | 13.12 | 13.73 | 26 | - |
| YUV | 101.89 | 148.38 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 105 | 138 | 0.41 | 0.24 | 0 | 0.46 | 215.36 | 0.25 | 0.43 |
| Hex | 52 | 69 | 8A | 29 | 18 | 0 | 2E | D7 | 19 | 2B |
| Octal | 122 | 151 | 212 | 51 | 30 | 0 | 56 | 327 | 31 | 53 |
| Binary | 1010010 | 1101001 | 10001010 | 101001 | 11000 | 0 | 101110 | 11010111 | 11001 | 101011 |
Color Harmonies of #52698A
Complementary color
Monochromatic Colors of #52698A
Black with #52698A
Text Example
Text Example
White with #52698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52698A; }
p { color: rgb(82,105,138); }
H1.HeaderClassName
{
color: #52698A;
}
.AnyTagClassName
{
color: #52698A;
}
</style>
background-color css
<style>
a { background-color: #52698A; }
a { background-color: rgb(82,105,138); }
div.DivClassName
{
background-color: #52698A;
}
.BgClassName
{
background-color: #52698A;
}
</style>
border-color css
<style>
span { border-color: #52698A; }
span { border-color: rgb(82,105,138); }
td.TdClassName
{
border-color: #52698A;
}
.TagClassName
{
border-color: #52698A;
}
</style>