Shades of Kashmir Blue #535E88
Tints of Kashmir Blue #535E88
RGB
CMYK
RGB Variations
Color information
#535E88 (or 0x535E88) is known color: Kashmir Blue. HEX triplet: 53, 5E and 88. RGB value is (83,94,136). Sum of RGB (Red+Green+Blue) = 83+94+136=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 136 - color contains mainly: blue. Hex color #535E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535E88 is #ACA177. Grayscale: #5F5F5F. Windows color (decimal): -11313528 or 8937043. OLE color: 8937043.
HSL color Cylindrical-coordinate representation of color #535E88: hue angle of 227.55º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #535E88 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 94 | 136 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.47 |
| HSL | 227.55º | 0.24% | 0.43% | - |
| HSV(B) | 227.55º | 0.39% | 0.53% | - |
| XYZ | 12.01 | 11.62 | 24.9 | - |
| YUV | 95.5 | 150.86 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 94 | 136 | 0.39 | 0.31 | 0 | 0.47 | 227.55 | 0.24 | 0.43 |
| Hex | 53 | 5E | 88 | 27 | 1F | 0 | 2F | E4 | 18 | 2B |
| Octal | 123 | 136 | 210 | 47 | 37 | 0 | 57 | 344 | 30 | 53 |
| Binary | 1010011 | 1011110 | 10001000 | 100111 | 11111 | 0 | 101111 | 11100100 | 11000 | 101011 |
Color Harmonies of #535E88
Complementary color
Monochromatic Colors of #535E88
Black with #535E88
Text Example
Text Example
White with #535E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535E88; }
p { color: rgb(83,94,136); }
H1.HeaderClassName
{
color: #535E88;
}
.AnyTagClassName
{
color: #535E88;
}
</style>
background-color css
<style>
a { background-color: #535E88; }
a { background-color: rgb(83,94,136); }
div.DivClassName
{
background-color: #535E88;
}
.BgClassName
{
background-color: #535E88;
}
</style>
border-color css
<style>
span { border-color: #535E88; }
span { border-color: rgb(83,94,136); }
td.TdClassName
{
border-color: #535E88;
}
.TagClassName
{
border-color: #535E88;
}
</style>