Shades of San Marino #56689C
Tints of San Marino #56689C
RGB
CMYK
RGB Variations
Color information
#56689C (or 0x56689C) is known color: San Marino. HEX triplet: 56, 68 and 9C. RGB value is (86,104,156). Sum of RGB (Red+Green+Blue) = 86+104+156=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #56689C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56689C is #A99763. Grayscale: #686868. Windows color (decimal): -11114340 or 10250326. OLE color: 10250326.
HSL color Cylindrical-coordinate representation of color #56689C: hue angle of 224.57º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56689C is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 86 | 104 | 156 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.39 |
| HSL | 224.57º | 0.29% | 0.47% | - |
| HSV(B) | 224.57º | 0.45% | 0.61% | - |
| XYZ | 14.79 | 14.28 | 33.43 | - |
| YUV | 104.55 | 157.04 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 104 | 156 | 0.45 | 0.33 | 0 | 0.39 | 224.57 | 0.29 | 0.47 |
| Hex | 56 | 68 | 9C | 2D | 21 | 0 | 27 | E1 | 1D | 2F |
| Octal | 126 | 150 | 234 | 55 | 41 | 0 | 47 | 341 | 35 | 57 |
| Binary | 1010110 | 1101000 | 10011100 | 101101 | 100001 | 0 | 100111 | 11100001 | 11101 | 101111 |
Color Harmonies of #56689C
Complementary color
Monochromatic Colors of #56689C
Black with #56689C
Text Example
Text Example
White with #56689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56689C; }
p { color: rgb(86,104,156); }
H1.HeaderClassName
{
color: #56689C;
}
.AnyTagClassName
{
color: #56689C;
}
</style>
background-color css
<style>
a { background-color: #56689C; }
a { background-color: rgb(86,104,156); }
div.DivClassName
{
background-color: #56689C;
}
.BgClassName
{
background-color: #56689C;
}
</style>
border-color css
<style>
span { border-color: #56689C; }
span { border-color: rgb(86,104,156); }
td.TdClassName
{
border-color: #56689C;
}
.TagClassName
{
border-color: #56689C;
}
</style>