Shades of Kashmir Blue #52678C
Tints of Kashmir Blue #52678C
RGB
CMYK
RGB Variations
Color information
#52678C (or 0x52678C) is known color: Kashmir Blue. HEX triplet: 52, 67 and 8C. RGB value is (82,103,140). Sum of RGB (Red+Green+Blue) = 82+103+140=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 140 - color contains mainly: blue. Hex color #52678C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52678C is #AD9873. Grayscale: #646464. Windows color (decimal): -11376756 or 9201490. OLE color: 9201490.
HSL color Cylindrical-coordinate representation of color #52678C: hue angle of 218.28º 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 #52678C is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 103 | 140 | - |
| CMYK | 0.41 | 0.26 | 0 | 0.45 |
| HSL | 218.28º | 0.26% | 0.44% | - |
| HSV(B) | 218.28º | 0.41% | 0.55% | - |
| XYZ | 13.06 | 13.39 | 26.71 | - |
| YUV | 100.94 | 150.04 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 103 | 140 | 0.41 | 0.26 | 0 | 0.45 | 218.28 | 0.26 | 0.44 |
| Hex | 52 | 67 | 8C | 29 | 1A | 0 | 2D | DA | 1A | 2C |
| Octal | 122 | 147 | 214 | 51 | 32 | 0 | 55 | 332 | 32 | 54 |
| Binary | 1010010 | 1100111 | 10001100 | 101001 | 11010 | 0 | 101101 | 11011010 | 11010 | 101100 |
Color Harmonies of #52678C
Complementary color
Monochromatic Colors of #52678C
Black with #52678C
Text Example
Text Example
White with #52678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52678C; }
p { color: rgb(82,103,140); }
H1.HeaderClassName
{
color: #52678C;
}
.AnyTagClassName
{
color: #52678C;
}
</style>
background-color css
<style>
a { background-color: #52678C; }
a { background-color: rgb(82,103,140); }
div.DivClassName
{
background-color: #52678C;
}
.BgClassName
{
background-color: #52678C;
}
</style>
border-color css
<style>
span { border-color: #52678C; }
span { border-color: rgb(82,103,140); }
td.TdClassName
{
border-color: #52678C;
}
.TagClassName
{
border-color: #52678C;
}
</style>