Shades of Kashmir Blue #536C90
Tints of Kashmir Blue #536C90
RGB
CMYK
RGB Variations
Color information
#536C90 (or 0x536C90) is known color: Kashmir Blue. HEX triplet: 53, 6C and 90. RGB value is (83,108,144). Sum of RGB (Red+Green+Blue) = 83+108+144=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #536C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536C90 is #AC936F. Grayscale: #686868. Windows color (decimal): -11309936 or 9464915. OLE color: 9464915.
HSL color Cylindrical-coordinate representation of color #536C90: hue angle of 215.41º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #536C90 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 108 | 144 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.44 |
| HSL | 215.41º | 0.27% | 0.45% | - |
| HSV(B) | 215.41º | 0.42% | 0.56% | - |
| XYZ | 13.96 | 14.58 | 28.46 | - |
| YUV | 104.63 | 150.22 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 108 | 144 | 0.42 | 0.25 | 0 | 0.44 | 215.41 | 0.27 | 0.45 |
| Hex | 53 | 6C | 90 | 2A | 19 | 0 | 2C | D7 | 1B | 2D |
| Octal | 123 | 154 | 220 | 52 | 31 | 0 | 54 | 327 | 33 | 55 |
| Binary | 1010011 | 1101100 | 10010000 | 101010 | 11001 | 0 | 101100 | 11010111 | 11011 | 101101 |
Color Harmonies of #536C90
Complementary color
Monochromatic Colors of #536C90
Black with #536C90
Text Example
Text Example
White with #536C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536C90; }
p { color: rgb(83,108,144); }
H1.HeaderClassName
{
color: #536C90;
}
.AnyTagClassName
{
color: #536C90;
}
</style>
background-color css
<style>
a { background-color: #536C90; }
a { background-color: rgb(83,108,144); }
div.DivClassName
{
background-color: #536C90;
}
.BgClassName
{
background-color: #536C90;
}
</style>
border-color css
<style>
span { border-color: #536C90; }
span { border-color: rgb(83,108,144); }
td.TdClassName
{
border-color: #536C90;
}
.TagClassName
{
border-color: #536C90;
}
</style>