Shades of Kashmir Blue #53678F
Tints of Kashmir Blue #53678F
RGB
CMYK
RGB Variations
Color information
#53678F (or 0x53678F) is known color: Kashmir Blue. HEX triplet: 53, 67 and 8F. RGB value is (83,103,143). Sum of RGB (Red+Green+Blue) = 83+103+143=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 143 - color contains mainly: blue. Hex color #53678F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53678F is #AC9870. Grayscale: #656565. Windows color (decimal): -11311217 or 9398099. OLE color: 9398099.
HSL color Cylindrical-coordinate representation of color #53678F: hue angle of 220º 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 #53678F is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 103 | 143 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.44 |
| HSL | 220º | 0.27% | 0.44% | - |
| HSV(B) | 220º | 0.42% | 0.56% | - |
| XYZ | 13.38 | 13.52 | 27.89 | - |
| YUV | 101.58 | 151.37 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 103 | 143 | 0.42 | 0.28 | 0 | 0.44 | 220 | 0.27 | 0.44 |
| Hex | 53 | 67 | 8F | 2A | 1C | 0 | 2C | DC | 1B | 2C |
| Octal | 123 | 147 | 217 | 52 | 34 | 0 | 54 | 334 | 33 | 54 |
| Binary | 1010011 | 1100111 | 10001111 | 101010 | 11100 | 0 | 101100 | 11011100 | 11011 | 101100 |
Color Harmonies of #53678F
Complementary color
Monochromatic Colors of #53678F
Black with #53678F
Text Example
Text Example
White with #53678F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53678F; }
p { color: rgb(83,103,143); }
H1.HeaderClassName
{
color: #53678F;
}
.AnyTagClassName
{
color: #53678F;
}
</style>
background-color css
<style>
a { background-color: #53678F; }
a { background-color: rgb(83,103,143); }
div.DivClassName
{
background-color: #53678F;
}
.BgClassName
{
background-color: #53678F;
}
</style>
border-color css
<style>
span { border-color: #53678F; }
span { border-color: rgb(83,103,143); }
td.TdClassName
{
border-color: #53678F;
}
.TagClassName
{
border-color: #53678F;
}
</style>