Shades of Kashmir Blue #52698C
Tints of Kashmir Blue #52698C
RGB
CMYK
RGB Variations
Color information
#52698C (or 0x52698C) is known color: Kashmir Blue. HEX triplet: 52, 69 and 8C. RGB value is (82,105,140). Sum of RGB (Red+Green+Blue) = 82+105+140=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 140 - color contains mainly: blue. Hex color #52698C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52698C is #AD9673. Grayscale: #656565. Windows color (decimal): -11376244 or 9202002. OLE color: 9202002.
HSL color Cylindrical-coordinate representation of color #52698C: hue angle of 216.21º 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 #52698C is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 105 | 140 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.45 |
| HSL | 216.21º | 0.26% | 0.44% | - |
| HSV(B) | 216.21º | 0.41% | 0.55% | - |
| XYZ | 13.26 | 13.79 | 26.77 | - |
| YUV | 102.11 | 149.38 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 105 | 140 | 0.41 | 0.25 | 0 | 0.45 | 216.21 | 0.26 | 0.44 |
| Hex | 52 | 69 | 8C | 29 | 19 | 0 | 2D | D8 | 1A | 2C |
| Octal | 122 | 151 | 214 | 51 | 31 | 0 | 55 | 330 | 32 | 54 |
| Binary | 1010010 | 1101001 | 10001100 | 101001 | 11001 | 0 | 101101 | 11011000 | 11010 | 101100 |
Color Harmonies of #52698C
Complementary color
Monochromatic Colors of #52698C
Black with #52698C
Text Example
Text Example
White with #52698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52698C; }
p { color: rgb(82,105,140); }
H1.HeaderClassName
{
color: #52698C;
}
.AnyTagClassName
{
color: #52698C;
}
</style>
background-color css
<style>
a { background-color: #52698C; }
a { background-color: rgb(82,105,140); }
div.DivClassName
{
background-color: #52698C;
}
.BgClassName
{
background-color: #52698C;
}
</style>
border-color css
<style>
span { border-color: #52698C; }
span { border-color: rgb(82,105,140); }
td.TdClassName
{
border-color: #52698C;
}
.TagClassName
{
border-color: #52698C;
}
</style>