Shades of Kashmir Blue #52668A
Tints of Kashmir Blue #52668A
RGB
CMYK
RGB Variations
Color information
#52668A (or 0x52668A) is known color: Kashmir Blue. HEX triplet: 52, 66 and 8A. RGB value is (82,102,138). Sum of RGB (Red+Green+Blue) = 82+102+138=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 138 - color contains mainly: blue. Hex color #52668A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52668A is #AD9975. Grayscale: #636363. Windows color (decimal): -11377014 or 9070162. OLE color: 9070162.
HSL color Cylindrical-coordinate representation of color #52668A: hue angle of 218.57º 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 #52668A is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 102 | 138 | - |
| CMYK | 0.41 | 0.26 | 0 | 0.46 |
| HSL | 218.57º | 0.25% | 0.43% | - |
| HSV(B) | 218.57º | 0.41% | 0.54% | - |
| XYZ | 12.82 | 13.13 | 25.9 | - |
| YUV | 100.12 | 149.37 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 102 | 138 | 0.41 | 0.26 | 0 | 0.46 | 218.57 | 0.25 | 0.43 |
| Hex | 52 | 66 | 8A | 29 | 1A | 0 | 2E | DB | 19 | 2B |
| Octal | 122 | 146 | 212 | 51 | 32 | 0 | 56 | 333 | 31 | 53 |
| Binary | 1010010 | 1100110 | 10001010 | 101001 | 11010 | 0 | 101110 | 11011011 | 11001 | 101011 |
Color Harmonies of #52668A
Complementary color
Monochromatic Colors of #52668A
Black with #52668A
Text Example
Text Example
White with #52668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52668A; }
p { color: rgb(82,102,138); }
H1.HeaderClassName
{
color: #52668A;
}
.AnyTagClassName
{
color: #52668A;
}
</style>
background-color css
<style>
a { background-color: #52668A; }
a { background-color: rgb(82,102,138); }
div.DivClassName
{
background-color: #52668A;
}
.BgClassName
{
background-color: #52668A;
}
</style>
border-color css
<style>
span { border-color: #52668A; }
span { border-color: rgb(82,102,138); }
td.TdClassName
{
border-color: #52668A;
}
.TagClassName
{
border-color: #52668A;
}
</style>