Shades of Kashmir Blue #536F8D
Tints of Kashmir Blue #536F8D
RGB
CMYK
RGB Variations
Color information
#536F8D (or 0x536F8D) is known color: Kashmir Blue. HEX triplet: 53, 6F and 8D. RGB value is (83,111,141). Sum of RGB (Red+Green+Blue) = 83+111+141=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #536F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536F8D is #AC9072. Grayscale: #696969. Windows color (decimal): -11309171 or 9269075. OLE color: 9269075.
HSL color Cylindrical-coordinate representation of color #536F8D: hue angle of 211.03º 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 #536F8D is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 111 | 141 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.45 |
| HSL | 211.03º | 0.26% | 0.44% | - |
| HSV(B) | 211.03º | 0.41% | 0.55% | - |
| XYZ | 14.06 | 15.13 | 27.38 | - |
| YUV | 106.05 | 147.72 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 111 | 141 | 0.41 | 0.21 | 0 | 0.45 | 211.03 | 0.26 | 0.44 |
| Hex | 53 | 6F | 8D | 29 | 15 | 0 | 2D | D3 | 1A | 2C |
| Octal | 123 | 157 | 215 | 51 | 25 | 0 | 55 | 323 | 32 | 54 |
| Binary | 1010011 | 1101111 | 10001101 | 101001 | 10101 | 0 | 101101 | 11010011 | 11010 | 101100 |
Color Harmonies of #536F8D
Complementary color
Monochromatic Colors of #536F8D
Black with #536F8D
Text Example
Text Example
White with #536F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536F8D; }
p { color: rgb(83,111,141); }
H1.HeaderClassName
{
color: #536F8D;
}
.AnyTagClassName
{
color: #536F8D;
}
</style>
background-color css
<style>
a { background-color: #536F8D; }
a { background-color: rgb(83,111,141); }
div.DivClassName
{
background-color: #536F8D;
}
.BgClassName
{
background-color: #536F8D;
}
</style>
border-color css
<style>
span { border-color: #536F8D; }
span { border-color: rgb(83,111,141); }
td.TdClassName
{
border-color: #536F8D;
}
.TagClassName
{
border-color: #536F8D;
}
</style>