Shades of Kashmir Blue #52638C
Tints of Kashmir Blue #52638C
RGB
CMYK
RGB Variations
Color information
#52638C (or 0x52638C) is known color: Kashmir Blue. HEX triplet: 52, 63 and 8C. RGB value is (82,99,140). Sum of RGB (Red+Green+Blue) = 82+99+140=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 140 - color contains mainly: blue. Hex color #52638C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52638C is #AD9C73. Grayscale: #626262. Windows color (decimal): -11377780 or 9200466. OLE color: 9200466.
HSL color Cylindrical-coordinate representation of color #52638C: hue angle of 222.41º 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 #52638C is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 99 | 140 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.45 |
| HSL | 222.41º | 0.26% | 0.44% | - |
| HSV(B) | 222.41º | 0.41% | 0.55% | - |
| XYZ | 12.68 | 12.61 | 26.58 | - |
| YUV | 98.59 | 151.37 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 99 | 140 | 0.41 | 0.29 | 0 | 0.45 | 222.41 | 0.26 | 0.44 |
| Hex | 52 | 63 | 8C | 29 | 1D | 0 | 2D | DE | 1A | 2C |
| Octal | 122 | 143 | 214 | 51 | 35 | 0 | 55 | 336 | 32 | 54 |
| Binary | 1010010 | 1100011 | 10001100 | 101001 | 11101 | 0 | 101101 | 11011110 | 11010 | 101100 |
Color Harmonies of #52638C
Complementary color
Monochromatic Colors of #52638C
Black with #52638C
Text Example
Text Example
White with #52638C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52638C; }
p { color: rgb(82,99,140); }
H1.HeaderClassName
{
color: #52638C;
}
.AnyTagClassName
{
color: #52638C;
}
</style>
background-color css
<style>
a { background-color: #52638C; }
a { background-color: rgb(82,99,140); }
div.DivClassName
{
background-color: #52638C;
}
.BgClassName
{
background-color: #52638C;
}
</style>
border-color css
<style>
span { border-color: #52638C; }
span { border-color: rgb(82,99,140); }
td.TdClassName
{
border-color: #52638C;
}
.TagClassName
{
border-color: #52638C;
}
</style>