Shades of San Marino #527B9B
Tints of San Marino #527B9B
RGB
CMYK
RGB Variations
Color information
#527B9B (or 0x527B9B) is known color: San Marino. HEX triplet: 52, 7B and 9B. RGB value is (82,123,155). Sum of RGB (Red+Green+Blue) = 82+123+155=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #527B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527B9B is #AD8464. Grayscale: #727272. Windows color (decimal): -11371621 or 10189650. OLE color: 10189650.
HSL color Cylindrical-coordinate representation of color #527B9B: hue angle of 206.3º 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 #527B9B is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 123 | 155 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.39 |
| HSL | 206.3º | 0.31% | 0.46% | - |
| HSV(B) | 206.3º | 0.47% | 0.61% | - |
| XYZ | 16.48 | 18.33 | 33.68 | - |
| YUV | 114.39 | 150.92 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 123 | 155 | 0.47 | 0.21 | 0 | 0.39 | 206.3 | 0.31 | 0.46 |
| Hex | 52 | 7B | 9B | 2F | 15 | 0 | 27 | CE | 1F | 2E |
| Octal | 122 | 173 | 233 | 57 | 25 | 0 | 47 | 316 | 37 | 56 |
| Binary | 1010010 | 1111011 | 10011011 | 101111 | 10101 | 0 | 100111 | 11001110 | 11111 | 101110 |
Color Harmonies of #527B9B
Complementary color
Monochromatic Colors of #527B9B
Black with #527B9B
Text Example
Text Example
White with #527B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527B9B; }
p { color: rgb(82,123,155); }
H1.HeaderClassName
{
color: #527B9B;
}
.AnyTagClassName
{
color: #527B9B;
}
</style>
background-color css
<style>
a { background-color: #527B9B; }
a { background-color: rgb(82,123,155); }
div.DivClassName
{
background-color: #527B9B;
}
.BgClassName
{
background-color: #527B9B;
}
</style>
border-color css
<style>
span { border-color: #527B9B; }
span { border-color: rgb(82,123,155); }
td.TdClassName
{
border-color: #527B9B;
}
.TagClassName
{
border-color: #527B9B;
}
</style>