Shades of San Marino #526C9B
Tints of San Marino #526C9B
RGB
CMYK
RGB Variations
Color information
#526C9B (or 0x526C9B) is known color: San Marino. HEX triplet: 52, 6C and 9B. RGB value is (82,108,155). Sum of RGB (Red+Green+Blue) = 82+108+155=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #526C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526C9B is #AD9364. Grayscale: #696969. Windows color (decimal): -11375461 or 10185810. OLE color: 10185810.
HSL color Cylindrical-coordinate representation of color #526C9B: hue angle of 218.63º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #526C9B is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 108 | 155 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.39 |
| HSL | 218.63º | 0.31% | 0.46% | - |
| HSV(B) | 218.63º | 0.47% | 0.61% | - |
| XYZ | 14.76 | 14.89 | 33.11 | - |
| YUV | 105.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 108 | 155 | 0.47 | 0.30 | 0 | 0.39 | 218.63 | 0.31 | 0.46 |
| Hex | 52 | 6C | 9B | 2F | 1E | 0 | 27 | DB | 1F | 2E |
| Octal | 122 | 154 | 233 | 57 | 36 | 0 | 47 | 333 | 37 | 56 |
| Binary | 1010010 | 1101100 | 10011011 | 101111 | 11110 | 0 | 100111 | 11011011 | 11111 | 101110 |
Color Harmonies of #526C9B
Complementary color
Monochromatic Colors of #526C9B
Black with #526C9B
Text Example
Text Example
White with #526C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526C9B; }
p { color: rgb(82,108,155); }
H1.HeaderClassName
{
color: #526C9B;
}
.AnyTagClassName
{
color: #526C9B;
}
</style>
background-color css
<style>
a { background-color: #526C9B; }
a { background-color: rgb(82,108,155); }
div.DivClassName
{
background-color: #526C9B;
}
.BgClassName
{
background-color: #526C9B;
}
</style>
border-color css
<style>
span { border-color: #526C9B; }
span { border-color: rgb(82,108,155); }
td.TdClassName
{
border-color: #526C9B;
}
.TagClassName
{
border-color: #526C9B;
}
</style>