Shades of Kashmir Blue #536C92
Tints of Kashmir Blue #536C92
RGB
CMYK
RGB Variations
Color information
#536C92 (or 0x536C92) is known color: Kashmir Blue. HEX triplet: 53, 6C and 92. RGB value is (83,108,146). Sum of RGB (Red+Green+Blue) = 83+108+146=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #536C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536C92 is #AC936D. Grayscale: #686868. Windows color (decimal): -11309934 or 9595987. OLE color: 9595987.
HSL color Cylindrical-coordinate representation of color #536C92: hue angle of 216.19º 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 #536C92 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 108 | 146 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.43 |
| HSL | 216.19º | 0.28% | 0.45% | - |
| HSV(B) | 216.19º | 0.43% | 0.57% | - |
| XYZ | 14.12 | 14.64 | 29.28 | - |
| YUV | 104.86 | 151.22 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 108 | 146 | 0.43 | 0.26 | 0 | 0.43 | 216.19 | 0.28 | 0.45 |
| Hex | 53 | 6C | 92 | 2B | 1A | 0 | 2B | D8 | 1C | 2D |
| Octal | 123 | 154 | 222 | 53 | 32 | 0 | 53 | 330 | 34 | 55 |
| Binary | 1010011 | 1101100 | 10010010 | 101011 | 11010 | 0 | 101011 | 11011000 | 11100 | 101101 |
Color Harmonies of #536C92
Complementary color
Monochromatic Colors of #536C92
Black with #536C92
Text Example
Text Example
White with #536C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536C92; }
p { color: rgb(83,108,146); }
H1.HeaderClassName
{
color: #536C92;
}
.AnyTagClassName
{
color: #536C92;
}
</style>
background-color css
<style>
a { background-color: #536C92; }
a { background-color: rgb(83,108,146); }
div.DivClassName
{
background-color: #536C92;
}
.BgClassName
{
background-color: #536C92;
}
</style>
border-color css
<style>
span { border-color: #536C92; }
span { border-color: rgb(83,108,146); }
td.TdClassName
{
border-color: #536C92;
}
.TagClassName
{
border-color: #536C92;
}
</style>