Shades of San Marino #527B9D
Tints of San Marino #527B9D
RGB
CMYK
RGB Variations
Color information
#527B9D (or 0x527B9D) is known color: San Marino. HEX triplet: 52, 7B and 9D. RGB value is (82,123,157). Sum of RGB (Red+Green+Blue) = 82+123+157=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 157 - color contains mainly: blue. Hex color #527B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527B9D is #AD8462. Grayscale: #727272. Windows color (decimal): -11371619 or 10320722. OLE color: 10320722.
HSL color Cylindrical-coordinate representation of color #527B9D: hue angle of 207.2º degrees, saturation: 0.31, 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 #527B9D is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 123 | 157 | - |
| CMYK | 0.48 | 0.22 | 0 | 0.38 |
| HSL | 207.2º | 0.31% | 0.47% | - |
| HSV(B) | 207.2º | 0.48% | 0.62% | - |
| XYZ | 16.65 | 18.39 | 34.57 | - |
| YUV | 114.62 | 151.92 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 123 | 157 | 0.48 | 0.22 | 0 | 0.38 | 207.2 | 0.31 | 0.47 |
| Hex | 52 | 7B | 9D | 30 | 16 | 0 | 26 | CF | 1F | 2F |
| Octal | 122 | 173 | 235 | 60 | 26 | 0 | 46 | 317 | 37 | 57 |
| Binary | 1010010 | 1111011 | 10011101 | 110000 | 10110 | 0 | 100110 | 11001111 | 11111 | 101111 |
Color Harmonies of #527B9D
Complementary color
Monochromatic Colors of #527B9D
Black with #527B9D
Text Example
Text Example
White with #527B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527B9D; }
p { color: rgb(82,123,157); }
H1.HeaderClassName
{
color: #527B9D;
}
.AnyTagClassName
{
color: #527B9D;
}
</style>
background-color css
<style>
a { background-color: #527B9D; }
a { background-color: rgb(82,123,157); }
div.DivClassName
{
background-color: #527B9D;
}
.BgClassName
{
background-color: #527B9D;
}
</style>
border-color css
<style>
span { border-color: #527B9D; }
span { border-color: rgb(82,123,157); }
td.TdClassName
{
border-color: #527B9D;
}
.TagClassName
{
border-color: #527B9D;
}
</style>