Shades of San Marino #526B9E
Tints of San Marino #526B9E
RGB
CMYK
RGB Variations
Color information
#526B9E (or 0x526B9E) is known color: San Marino. HEX triplet: 52, 6B and 9E. RGB value is (82,107,158). Sum of RGB (Red+Green+Blue) = 82+107+158=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #526B9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526B9E is #AD9461. Grayscale: #696969. Windows color (decimal): -11375714 or 10382162. OLE color: 10382162.
HSL color Cylindrical-coordinate representation of color #526B9E: hue angle of 220.26º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #526B9E is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 107 | 158 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.38 |
| HSL | 220.26º | 0.32% | 0.47% | - |
| HSV(B) | 220.26º | 0.48% | 0.62% | - |
| XYZ | 14.91 | 14.78 | 34.41 | - |
| YUV | 105.34 | 157.72 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 107 | 158 | 0.48 | 0.32 | 0 | 0.38 | 220.26 | 0.32 | 0.47 |
| Hex | 52 | 6B | 9E | 30 | 20 | 0 | 26 | DC | 20 | 2F |
| Octal | 122 | 153 | 236 | 60 | 40 | 0 | 46 | 334 | 40 | 57 |
| Binary | 1010010 | 1101011 | 10011110 | 110000 | 100000 | 0 | 100110 | 11011100 | 100000 | 101111 |
Color Harmonies of #526B9E
Complementary color
Monochromatic Colors of #526B9E
Black with #526B9E
Text Example
Text Example
White with #526B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526B9E; }
p { color: rgb(82,107,158); }
H1.HeaderClassName
{
color: #526B9E;
}
.AnyTagClassName
{
color: #526B9E;
}
</style>
background-color css
<style>
a { background-color: #526B9E; }
a { background-color: rgb(82,107,158); }
div.DivClassName
{
background-color: #526B9E;
}
.BgClassName
{
background-color: #526B9E;
}
</style>
border-color css
<style>
span { border-color: #526B9E; }
span { border-color: rgb(82,107,158); }
td.TdClassName
{
border-color: #526B9E;
}
.TagClassName
{
border-color: #526B9E;
}
</style>