Shades of Kashmir Blue #53668B
Tints of Kashmir Blue #53668B
RGB
CMYK
RGB Variations
Color information
#53668B (or 0x53668B) is known color: Kashmir Blue. HEX triplet: 53, 66 and 8B. RGB value is (83,102,139). Sum of RGB (Red+Green+Blue) = 83+102+139=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #53668B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53668B is #AC9974. Grayscale: #646464. Windows color (decimal): -11311477 or 9135699. OLE color: 9135699.
HSL color Cylindrical-coordinate representation of color #53668B: hue angle of 219.64º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53668B is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 102 | 139 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.45 |
| HSL | 219.64º | 0.25% | 0.44% | - |
| HSV(B) | 219.64º | 0.4% | 0.55% | - |
| XYZ | 12.98 | 13.21 | 26.29 | - |
| YUV | 100.54 | 149.71 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 102 | 139 | 0.40 | 0.27 | 0 | 0.45 | 219.64 | 0.25 | 0.44 |
| Hex | 53 | 66 | 8B | 28 | 1B | 0 | 2D | DC | 19 | 2C |
| Octal | 123 | 146 | 213 | 50 | 33 | 0 | 55 | 334 | 31 | 54 |
| Binary | 1010011 | 1100110 | 10001011 | 101000 | 11011 | 0 | 101101 | 11011100 | 11001 | 101100 |
Color Harmonies of #53668B
Complementary color
Monochromatic Colors of #53668B
Black with #53668B
Text Example
Text Example
White with #53668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53668B; }
p { color: rgb(83,102,139); }
H1.HeaderClassName
{
color: #53668B;
}
.AnyTagClassName
{
color: #53668B;
}
</style>
background-color css
<style>
a { background-color: #53668B; }
a { background-color: rgb(83,102,139); }
div.DivClassName
{
background-color: #53668B;
}
.BgClassName
{
background-color: #53668B;
}
</style>
border-color css
<style>
span { border-color: #53668B; }
span { border-color: rgb(83,102,139); }
td.TdClassName
{
border-color: #53668B;
}
.TagClassName
{
border-color: #53668B;
}
</style>