Shades of Kashmir Blue #53658F
Tints of Kashmir Blue #53658F
RGB
CMYK
RGB Variations
Color information
#53658F (or 0x53658F) is known color: Kashmir Blue. HEX triplet: 53, 65 and 8F. RGB value is (83,101,143). Sum of RGB (Red+Green+Blue) = 83+101+143=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 143 - color contains mainly: blue. Hex color #53658F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53658F is #AC9A70. Grayscale: #646464. Windows color (decimal): -11311729 or 9397587. OLE color: 9397587.
HSL color Cylindrical-coordinate representation of color #53658F: hue angle of 222º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53658F is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 101 | 143 | - |
| CMYK | 0.42 | 0.29 | 0 | 0.44 |
| HSL | 222º | 0.27% | 0.44% | - |
| HSV(B) | 222º | 0.42% | 0.56% | - |
| XYZ | 13.18 | 13.13 | 27.83 | - |
| YUV | 100.41 | 152.04 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 101 | 143 | 0.42 | 0.29 | 0 | 0.44 | 222 | 0.27 | 0.44 |
| Hex | 53 | 65 | 8F | 2A | 1D | 0 | 2C | DE | 1B | 2C |
| Octal | 123 | 145 | 217 | 52 | 35 | 0 | 54 | 336 | 33 | 54 |
| Binary | 1010011 | 1100101 | 10001111 | 101010 | 11101 | 0 | 101100 | 11011110 | 11011 | 101100 |
Color Harmonies of #53658F
Complementary color
Monochromatic Colors of #53658F
Black with #53658F
Text Example
Text Example
White with #53658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53658F; }
p { color: rgb(83,101,143); }
H1.HeaderClassName
{
color: #53658F;
}
.AnyTagClassName
{
color: #53658F;
}
</style>
background-color css
<style>
a { background-color: #53658F; }
a { background-color: rgb(83,101,143); }
div.DivClassName
{
background-color: #53658F;
}
.BgClassName
{
background-color: #53658F;
}
</style>
border-color css
<style>
span { border-color: #53658F; }
span { border-color: rgb(83,101,143); }
td.TdClassName
{
border-color: #53658F;
}
.TagClassName
{
border-color: #53658F;
}
</style>