Shades of Kashmir Blue #52688A
Tints of Kashmir Blue #52688A
RGB
CMYK
RGB Variations
Color information
#52688A (or 0x52688A) is known color: Kashmir Blue. HEX triplet: 52, 68 and 8A. RGB value is (82,104,138). Sum of RGB (Red+Green+Blue) = 82+104+138=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 138 - color contains mainly: blue. Hex color #52688A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52688A is #AD9775. Grayscale: #656565. Windows color (decimal): -11376502 or 9070674. OLE color: 9070674.
HSL color Cylindrical-coordinate representation of color #52688A: hue angle of 216.43º 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 #52688A is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 104 | 138 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.46 |
| HSL | 216.43º | 0.25% | 0.43% | - |
| HSV(B) | 216.43º | 0.41% | 0.54% | - |
| XYZ | 13.02 | 13.53 | 25.97 | - |
| YUV | 101.3 | 148.71 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 104 | 138 | 0.41 | 0.25 | 0 | 0.46 | 216.43 | 0.25 | 0.43 |
| Hex | 52 | 68 | 8A | 29 | 19 | 0 | 2E | D8 | 19 | 2B |
| Octal | 122 | 150 | 212 | 51 | 31 | 0 | 56 | 330 | 31 | 53 |
| Binary | 1010010 | 1101000 | 10001010 | 101001 | 11001 | 0 | 101110 | 11011000 | 11001 | 101011 |
Color Harmonies of #52688A
Complementary color
Monochromatic Colors of #52688A
Black with #52688A
Text Example
Text Example
White with #52688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52688A; }
p { color: rgb(82,104,138); }
H1.HeaderClassName
{
color: #52688A;
}
.AnyTagClassName
{
color: #52688A;
}
</style>
background-color css
<style>
a { background-color: #52688A; }
a { background-color: rgb(82,104,138); }
div.DivClassName
{
background-color: #52688A;
}
.BgClassName
{
background-color: #52688A;
}
</style>
border-color css
<style>
span { border-color: #52688A; }
span { border-color: rgb(82,104,138); }
td.TdClassName
{
border-color: #52688A;
}
.TagClassName
{
border-color: #52688A;
}
</style>