Shades of Kashmir Blue #536E92
Tints of Kashmir Blue #536E92
RGB
CMYK
RGB Variations
Color information
#536E92 (or 0x536E92) is known color: Kashmir Blue. HEX triplet: 53, 6E and 92. RGB value is (83,110,146). Sum of RGB (Red+Green+Blue) = 83+110+146=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #536E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536E92 is #AC916D. Grayscale: #696969. Windows color (decimal): -11309422 or 9596499. OLE color: 9596499.
HSL color Cylindrical-coordinate representation of color #536E92: hue angle of 214.29º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #536E92 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 110 | 146 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.43 |
| HSL | 214.29º | 0.28% | 0.45% | - |
| HSV(B) | 214.29º | 0.43% | 0.57% | - |
| XYZ | 14.33 | 15.07 | 29.35 | - |
| YUV | 106.03 | 150.55 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 110 | 146 | 0.43 | 0.25 | 0 | 0.43 | 214.29 | 0.28 | 0.45 |
| Hex | 53 | 6E | 92 | 2B | 19 | 0 | 2B | D6 | 1C | 2D |
| Octal | 123 | 156 | 222 | 53 | 31 | 0 | 53 | 326 | 34 | 55 |
| Binary | 1010011 | 1101110 | 10010010 | 101011 | 11001 | 0 | 101011 | 11010110 | 11100 | 101101 |
Color Harmonies of #536E92
Complementary color
Monochromatic Colors of #536E92
Black with #536E92
Text Example
Text Example
White with #536E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536E92; }
p { color: rgb(83,110,146); }
H1.HeaderClassName
{
color: #536E92;
}
.AnyTagClassName
{
color: #536E92;
}
</style>
background-color css
<style>
a { background-color: #536E92; }
a { background-color: rgb(83,110,146); }
div.DivClassName
{
background-color: #536E92;
}
.BgClassName
{
background-color: #536E92;
}
</style>
border-color css
<style>
span { border-color: #536E92; }
span { border-color: rgb(83,110,146); }
td.TdClassName
{
border-color: #536E92;
}
.TagClassName
{
border-color: #536E92;
}
</style>