Shades of Kashmir Blue #536D8A
Tints of Kashmir Blue #536D8A
RGB
CMYK
RGB Variations
Color information
#536D8A (or 0x536D8A) is known color: Kashmir Blue. HEX triplet: 53, 6D and 8A. RGB value is (83,109,138). Sum of RGB (Red+Green+Blue) = 83+109+138=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 138 - color contains mainly: blue. Hex color #536D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536D8A is #AC9275. Grayscale: #686868. Windows color (decimal): -11309686 or 9071955. OLE color: 9071955.
HSL color Cylindrical-coordinate representation of color #536D8A: hue angle of 211.64º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #536D8A is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 109 | 138 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.46 |
| HSL | 211.64º | 0.25% | 0.43% | - |
| HSV(B) | 211.64º | 0.4% | 0.54% | - |
| XYZ | 13.62 | 14.61 | 26.15 | - |
| YUV | 104.53 | 146.89 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 109 | 138 | 0.40 | 0.21 | 0 | 0.46 | 211.64 | 0.25 | 0.43 |
| Hex | 53 | 6D | 8A | 28 | 15 | 0 | 2E | D4 | 19 | 2B |
| Octal | 123 | 155 | 212 | 50 | 25 | 0 | 56 | 324 | 31 | 53 |
| Binary | 1010011 | 1101101 | 10001010 | 101000 | 10101 | 0 | 101110 | 11010100 | 11001 | 101011 |
Color Harmonies of #536D8A
Complementary color
Monochromatic Colors of #536D8A
Black with #536D8A
Text Example
Text Example
White with #536D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536D8A; }
p { color: rgb(83,109,138); }
H1.HeaderClassName
{
color: #536D8A;
}
.AnyTagClassName
{
color: #536D8A;
}
</style>
background-color css
<style>
a { background-color: #536D8A; }
a { background-color: rgb(83,109,138); }
div.DivClassName
{
background-color: #536D8A;
}
.BgClassName
{
background-color: #536D8A;
}
</style>
border-color css
<style>
span { border-color: #536D8A; }
span { border-color: rgb(83,109,138); }
td.TdClassName
{
border-color: #536D8A;
}
.TagClassName
{
border-color: #536D8A;
}
</style>