Shades of San Marino #526B9C
Tints of San Marino #526B9C
RGB
CMYK
RGB Variations
Color information
#526B9C (or 0x526B9C) is known color: San Marino. HEX triplet: 52, 6B and 9C. RGB value is (82,107,156). Sum of RGB (Red+Green+Blue) = 82+107+156=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #526B9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526B9C is #AD9463. Grayscale: #686868. Windows color (decimal): -11375716 or 10251090. OLE color: 10251090.
HSL color Cylindrical-coordinate representation of color #526B9C: hue angle of 219.73º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #526B9C is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 107 | 156 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.39 |
| HSL | 219.73º | 0.31% | 0.47% | - |
| HSV(B) | 219.73º | 0.47% | 0.61% | - |
| XYZ | 14.74 | 14.71 | 33.51 | - |
| YUV | 105.11 | 156.72 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 107 | 156 | 0.47 | 0.31 | 0 | 0.39 | 219.73 | 0.31 | 0.47 |
| Hex | 52 | 6B | 9C | 2F | 1F | 0 | 27 | DC | 1F | 2F |
| Octal | 122 | 153 | 234 | 57 | 37 | 0 | 47 | 334 | 37 | 57 |
| Binary | 1010010 | 1101011 | 10011100 | 101111 | 11111 | 0 | 100111 | 11011100 | 11111 | 101111 |
Color Harmonies of #526B9C
Complementary color
Monochromatic Colors of #526B9C
Black with #526B9C
Text Example
Text Example
White with #526B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526B9C; }
p { color: rgb(82,107,156); }
H1.HeaderClassName
{
color: #526B9C;
}
.AnyTagClassName
{
color: #526B9C;
}
</style>
background-color css
<style>
a { background-color: #526B9C; }
a { background-color: rgb(82,107,156); }
div.DivClassName
{
background-color: #526B9C;
}
.BgClassName
{
background-color: #526B9C;
}
</style>
border-color css
<style>
span { border-color: #526B9C; }
span { border-color: rgb(82,107,156); }
td.TdClassName
{
border-color: #526B9C;
}
.TagClassName
{
border-color: #526B9C;
}
</style>