Shades of San Marino #566F9E
Tints of San Marino #566F9E
RGB
CMYK
RGB Variations
Color information
#566F9E (or 0x566F9E) is known color: San Marino. HEX triplet: 56, 6F and 9E. RGB value is (86,111,158). Sum of RGB (Red+Green+Blue) = 86+111+158=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 158 - color contains mainly: blue. Hex color #566F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566F9E is #A99061. Grayscale: #6C6C6C. Windows color (decimal): -11112546 or 10383190. OLE color: 10383190.
HSL color Cylindrical-coordinate representation of color #566F9E: hue angle of 219.17º 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 #566F9E is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 111 | 158 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.38 |
| HSL | 219.17º | 0.3% | 0.48% | - |
| HSV(B) | 219.17º | 0.46% | 0.62% | - |
| XYZ | 15.69 | 15.82 | 34.57 | - |
| YUV | 108.88 | 155.72 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 158 | 0.46 | 0.30 | 0 | 0.38 | 219.17 | 0.3 | 0.48 |
| Hex | 56 | 6F | 9E | 2E | 1E | 0 | 26 | DB | 1E | 30 |
| Octal | 126 | 157 | 236 | 56 | 36 | 0 | 46 | 333 | 36 | 60 |
| Binary | 1010110 | 1101111 | 10011110 | 101110 | 11110 | 0 | 100110 | 11011011 | 11110 | 110000 |
Color Harmonies of #566F9E
Complementary color
Monochromatic Colors of #566F9E
Black with #566F9E
Text Example
Text Example
White with #566F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F9E; }
p { color: rgb(86,111,158); }
H1.HeaderClassName
{
color: #566F9E;
}
.AnyTagClassName
{
color: #566F9E;
}
</style>
background-color css
<style>
a { background-color: #566F9E; }
a { background-color: rgb(86,111,158); }
div.DivClassName
{
background-color: #566F9E;
}
.BgClassName
{
background-color: #566F9E;
}
</style>
border-color css
<style>
span { border-color: #566F9E; }
span { border-color: rgb(86,111,158); }
td.TdClassName
{
border-color: #566F9E;
}
.TagClassName
{
border-color: #566F9E;
}
</style>