Shades of San Marino #566B9E
Tints of San Marino #566B9E
RGB
CMYK
RGB Variations
Color information
#566B9E (or 0x566B9E) is known color: San Marino. HEX triplet: 56, 6B and 9E. RGB value is (86,107,158). Sum of RGB (Red+Green+Blue) = 86+107+158=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 158 - color contains mainly: blue. Hex color #566B9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566B9E is #A99461. Grayscale: #6A6A6A. Windows color (decimal): -11113570 or 10382166. OLE color: 10382166.
HSL color Cylindrical-coordinate representation of color #566B9E: hue angle of 222.5º 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 #566B9E is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 107 | 158 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.38 |
| HSL | 222.5º | 0.3% | 0.48% | - |
| HSV(B) | 222.5º | 0.46% | 0.62% | - |
| XYZ | 15.27 | 14.96 | 34.43 | - |
| YUV | 106.54 | 157.04 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 107 | 158 | 0.46 | 0.32 | 0 | 0.38 | 222.5 | 0.3 | 0.48 |
| Hex | 56 | 6B | 9E | 2E | 20 | 0 | 26 | DE | 1E | 30 |
| Octal | 126 | 153 | 236 | 56 | 40 | 0 | 46 | 336 | 36 | 60 |
| Binary | 1010110 | 1101011 | 10011110 | 101110 | 100000 | 0 | 100110 | 11011110 | 11110 | 110000 |
Color Harmonies of #566B9E
Complementary color
Monochromatic Colors of #566B9E
Black with #566B9E
Text Example
Text Example
White with #566B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566B9E; }
p { color: rgb(86,107,158); }
H1.HeaderClassName
{
color: #566B9E;
}
.AnyTagClassName
{
color: #566B9E;
}
</style>
background-color css
<style>
a { background-color: #566B9E; }
a { background-color: rgb(86,107,158); }
div.DivClassName
{
background-color: #566B9E;
}
.BgClassName
{
background-color: #566B9E;
}
</style>
border-color css
<style>
span { border-color: #566B9E; }
span { border-color: rgb(86,107,158); }
td.TdClassName
{
border-color: #566B9E;
}
.TagClassName
{
border-color: #566B9E;
}
</style>