Shades of Kashmir Blue #536F8E
Tints of Kashmir Blue #536F8E
RGB
CMYK
RGB Variations
Color information
#536F8E (or 0x536F8E) is known color: Kashmir Blue. HEX triplet: 53, 6F and 8E. RGB value is (83,111,142). Sum of RGB (Red+Green+Blue) = 83+111+142=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #536F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536F8E is #AC9071. Grayscale: #6A6A6A. Windows color (decimal): -11309170 or 9334611. OLE color: 9334611.
HSL color Cylindrical-coordinate representation of color #536F8E: hue angle of 211.53º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #536F8E is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 111 | 142 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.44 |
| HSL | 211.53º | 0.26% | 0.44% | - |
| HSV(B) | 211.53º | 0.42% | 0.56% | - |
| XYZ | 14.13 | 15.16 | 27.77 | - |
| YUV | 106.16 | 148.22 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 111 | 142 | 0.42 | 0.22 | 0 | 0.44 | 211.53 | 0.26 | 0.44 |
| Hex | 53 | 6F | 8E | 2A | 16 | 0 | 2C | D4 | 1A | 2C |
| Octal | 123 | 157 | 216 | 52 | 26 | 0 | 54 | 324 | 32 | 54 |
| Binary | 1010011 | 1101111 | 10001110 | 101010 | 10110 | 0 | 101100 | 11010100 | 11010 | 101100 |
Color Harmonies of #536F8E
Complementary color
Monochromatic Colors of #536F8E
Black with #536F8E
Text Example
Text Example
White with #536F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536F8E; }
p { color: rgb(83,111,142); }
H1.HeaderClassName
{
color: #536F8E;
}
.AnyTagClassName
{
color: #536F8E;
}
</style>
background-color css
<style>
a { background-color: #536F8E; }
a { background-color: rgb(83,111,142); }
div.DivClassName
{
background-color: #536F8E;
}
.BgClassName
{
background-color: #536F8E;
}
</style>
border-color css
<style>
span { border-color: #536F8E; }
span { border-color: rgb(83,111,142); }
td.TdClassName
{
border-color: #536F8E;
}
.TagClassName
{
border-color: #536F8E;
}
</style>