Shades of Kashmir Blue #536F90
Tints of Kashmir Blue #536F90
RGB
CMYK
RGB Variations
Color information
#536F90 (or 0x536F90) is known color: Kashmir Blue. HEX triplet: 53, 6F and 90. RGB value is (83,111,144). Sum of RGB (Red+Green+Blue) = 83+111+144=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #536F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536F90 is #AC906F. Grayscale: #6A6A6A. Windows color (decimal): -11309168 or 9465683. OLE color: 9465683.
HSL color Cylindrical-coordinate representation of color #536F90: hue angle of 212.46º 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 #536F90 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 111 | 144 | - |
| CMYK | 0.42 | 0.23 | 0 | 0.44 |
| HSL | 212.46º | 0.27% | 0.45% | - |
| HSV(B) | 212.46º | 0.42% | 0.56% | - |
| XYZ | 14.29 | 15.22 | 28.57 | - |
| YUV | 106.39 | 149.22 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 111 | 144 | 0.42 | 0.23 | 0 | 0.44 | 212.46 | 0.27 | 0.45 |
| Hex | 53 | 6F | 90 | 2A | 17 | 0 | 2C | D4 | 1B | 2D |
| Octal | 123 | 157 | 220 | 52 | 27 | 0 | 54 | 324 | 33 | 55 |
| Binary | 1010011 | 1101111 | 10010000 | 101010 | 10111 | 0 | 101100 | 11010100 | 11011 | 101101 |
Color Harmonies of #536F90
Complementary color
Monochromatic Colors of #536F90
Black with #536F90
Text Example
Text Example
White with #536F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536F90; }
p { color: rgb(83,111,144); }
H1.HeaderClassName
{
color: #536F90;
}
.AnyTagClassName
{
color: #536F90;
}
</style>
background-color css
<style>
a { background-color: #536F90; }
a { background-color: rgb(83,111,144); }
div.DivClassName
{
background-color: #536F90;
}
.BgClassName
{
background-color: #536F90;
}
</style>
border-color css
<style>
span { border-color: #536F90; }
span { border-color: rgb(83,111,144); }
td.TdClassName
{
border-color: #536F90;
}
.TagClassName
{
border-color: #536F90;
}
</style>