Shades of Kashmir Blue #53628A
Tints of Kashmir Blue #53628A
RGB
CMYK
RGB Variations
Color information
#53628A (or 0x53628A) is known color: Kashmir Blue. HEX triplet: 53, 62 and 8A. RGB value is (83,98,138). Sum of RGB (Red+Green+Blue) = 83+98+138=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #53628A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53628A is #AC9D75. Grayscale: #616161. Windows color (decimal): -11312502 or 9069139. OLE color: 9069139.
HSL color Cylindrical-coordinate representation of color #53628A: hue angle of 223.64º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53628A is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 98 | 138 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.46 |
| HSL | 223.64º | 0.25% | 0.43% | - |
| HSV(B) | 223.64º | 0.4% | 0.54% | - |
| XYZ | 12.52 | 12.41 | 25.78 | - |
| YUV | 98.08 | 150.53 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 98 | 138 | 0.40 | 0.29 | 0 | 0.46 | 223.64 | 0.25 | 0.43 |
| Hex | 53 | 62 | 8A | 28 | 1D | 0 | 2E | E0 | 19 | 2B |
| Octal | 123 | 142 | 212 | 50 | 35 | 0 | 56 | 340 | 31 | 53 |
| Binary | 1010011 | 1100010 | 10001010 | 101000 | 11101 | 0 | 101110 | 11100000 | 11001 | 101011 |
Color Harmonies of #53628A
Complementary color
Monochromatic Colors of #53628A
Black with #53628A
Text Example
Text Example
White with #53628A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53628A; }
p { color: rgb(83,98,138); }
H1.HeaderClassName
{
color: #53628A;
}
.AnyTagClassName
{
color: #53628A;
}
</style>
background-color css
<style>
a { background-color: #53628A; }
a { background-color: rgb(83,98,138); }
div.DivClassName
{
background-color: #53628A;
}
.BgClassName
{
background-color: #53628A;
}
</style>
border-color css
<style>
span { border-color: #53628A; }
span { border-color: rgb(83,98,138); }
td.TdClassName
{
border-color: #53628A;
}
.TagClassName
{
border-color: #53628A;
}
</style>