Shades of Kashmir Blue #536A8A
Tints of Kashmir Blue #536A8A
RGB
CMYK
RGB Variations
Color information
#536A8A (or 0x536A8A) is known color: Kashmir Blue. HEX triplet: 53, 6A and 8A. RGB value is (83,106,138). Sum of RGB (Red+Green+Blue) = 83+106+138=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 138 - color contains mainly: blue. Hex color #536A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536A8A is #AC9575. Grayscale: #666666. Windows color (decimal): -11310454 or 9071187. OLE color: 9071187.
HSL color Cylindrical-coordinate representation of color #536A8A: hue angle of 214.91º 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 #536A8A is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 106 | 138 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.46 |
| HSL | 214.91º | 0.25% | 0.43% | - |
| HSV(B) | 214.91º | 0.4% | 0.54% | - |
| XYZ | 13.31 | 13.98 | 26.04 | - |
| YUV | 102.77 | 147.88 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 106 | 138 | 0.40 | 0.23 | 0 | 0.46 | 214.91 | 0.25 | 0.43 |
| Hex | 53 | 6A | 8A | 28 | 17 | 0 | 2E | D7 | 19 | 2B |
| Octal | 123 | 152 | 212 | 50 | 27 | 0 | 56 | 327 | 31 | 53 |
| Binary | 1010011 | 1101010 | 10001010 | 101000 | 10111 | 0 | 101110 | 11010111 | 11001 | 101011 |
Color Harmonies of #536A8A
Complementary color
Monochromatic Colors of #536A8A
Black with #536A8A
Text Example
Text Example
White with #536A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536A8A; }
p { color: rgb(83,106,138); }
H1.HeaderClassName
{
color: #536A8A;
}
.AnyTagClassName
{
color: #536A8A;
}
</style>
background-color css
<style>
a { background-color: #536A8A; }
a { background-color: rgb(83,106,138); }
div.DivClassName
{
background-color: #536A8A;
}
.BgClassName
{
background-color: #536A8A;
}
</style>
border-color css
<style>
span { border-color: #536A8A; }
span { border-color: rgb(83,106,138); }
td.TdClassName
{
border-color: #536A8A;
}
.TagClassName
{
border-color: #536A8A;
}
</style>