Shades of San Marino #566C9F
Tints of San Marino #566C9F
RGB
CMYK
RGB Variations
Color information
#566C9F (or 0x566C9F) is known color: San Marino. HEX triplet: 56, 6C and 9F. RGB value is (86,108,159). Sum of RGB (Red+Green+Blue) = 86+108+159=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 159 - color contains mainly: blue. Hex color #566C9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566C9F is #A99360. Grayscale: #6B6B6B. Windows color (decimal): -11113313 or 10447958. OLE color: 10447958.
HSL color Cylindrical-coordinate representation of color #566C9F: hue angle of 221.92º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #566C9F is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 108 | 159 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.38 |
| HSL | 221.92º | 0.3% | 0.48% | - |
| HSV(B) | 221.92º | 0.46% | 0.62% | - |
| XYZ | 15.46 | 15.21 | 34.92 | - |
| YUV | 107.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 108 | 159 | 0.46 | 0.32 | 0 | 0.38 | 221.92 | 0.3 | 0.48 |
| Hex | 56 | 6C | 9F | 2E | 20 | 0 | 26 | DE | 1E | 30 |
| Octal | 126 | 154 | 237 | 56 | 40 | 0 | 46 | 336 | 36 | 60 |
| Binary | 1010110 | 1101100 | 10011111 | 101110 | 100000 | 0 | 100110 | 11011110 | 11110 | 110000 |
Color Harmonies of #566C9F
Complementary color
Monochromatic Colors of #566C9F
Black with #566C9F
Text Example
Text Example
White with #566C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566C9F; }
p { color: rgb(86,108,159); }
H1.HeaderClassName
{
color: #566C9F;
}
.AnyTagClassName
{
color: #566C9F;
}
</style>
background-color css
<style>
a { background-color: #566C9F; }
a { background-color: rgb(86,108,159); }
div.DivClassName
{
background-color: #566C9F;
}
.BgClassName
{
background-color: #566C9F;
}
</style>
border-color css
<style>
span { border-color: #566C9F; }
span { border-color: rgb(86,108,159); }
td.TdClassName
{
border-color: #566C9F;
}
.TagClassName
{
border-color: #566C9F;
}
</style>