Shades of San Marino #567A9A
Tints of San Marino #567A9A
RGB
CMYK
RGB Variations
Color information
#567A9A (or 0x567A9A) is known color: San Marino. HEX triplet: 56, 7A and 9A. RGB value is (86,122,154). Sum of RGB (Red+Green+Blue) = 86+122+154=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 154 - color contains mainly: blue. Hex color #567A9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567A9A is #A98565. Grayscale: #727272. Windows color (decimal): -11109734 or 10123862. OLE color: 10123862.
HSL color Cylindrical-coordinate representation of color #567A9A: hue angle of 208.24º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #567A9A is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 86 | 122 | 154 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.40 |
| HSL | 208.24º | 0.28% | 0.47% | - |
| HSV(B) | 208.24º | 0.44% | 0.6% | - |
| XYZ | 16.63 | 18.23 | 33.21 | - |
| YUV | 114.88 | 150.07 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 122 | 154 | 0.44 | 0.21 | 0 | 0.40 | 208.24 | 0.28 | 0.47 |
| Hex | 56 | 7A | 9A | 2C | 15 | 0 | 28 | D0 | 1C | 2F |
| Octal | 126 | 172 | 232 | 54 | 25 | 0 | 50 | 320 | 34 | 57 |
| Binary | 1010110 | 1111010 | 10011010 | 101100 | 10101 | 0 | 101000 | 11010000 | 11100 | 101111 |
Color Harmonies of #567A9A
Complementary color
Monochromatic Colors of #567A9A
Black with #567A9A
Text Example
Text Example
White with #567A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567A9A; }
p { color: rgb(86,122,154); }
H1.HeaderClassName
{
color: #567A9A;
}
.AnyTagClassName
{
color: #567A9A;
}
</style>
background-color css
<style>
a { background-color: #567A9A; }
a { background-color: rgb(86,122,154); }
div.DivClassName
{
background-color: #567A9A;
}
.BgClassName
{
background-color: #567A9A;
}
</style>
border-color css
<style>
span { border-color: #567A9A; }
span { border-color: rgb(86,122,154); }
td.TdClassName
{
border-color: #567A9A;
}
.TagClassName
{
border-color: #567A9A;
}
</style>