Shades of San Marino #54679D
Tints of San Marino #54679D
RGB
CMYK
RGB Variations
Color information
#54679D (or 0x54679D) is known color: San Marino. HEX triplet: 54, 67 and 9D. RGB value is (84,103,157). Sum of RGB (Red+Green+Blue) = 84+103+157=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #54679D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54679D is #AB9862. Grayscale: #676767. Windows color (decimal): -11245667 or 10315604. OLE color: 10315604.
HSL color Cylindrical-coordinate representation of color #54679D: hue angle of 224.38º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54679D is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 103 | 157 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.38 |
| HSL | 224.38º | 0.3% | 0.47% | - |
| HSV(B) | 224.38º | 0.46% | 0.62% | - |
| XYZ | 14.59 | 14.02 | 33.84 | - |
| YUV | 103.48 | 158.21 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 103 | 157 | 0.46 | 0.34 | 0 | 0.38 | 224.38 | 0.3 | 0.47 |
| Hex | 54 | 67 | 9D | 2E | 22 | 0 | 26 | E0 | 1E | 2F |
| Octal | 124 | 147 | 235 | 56 | 42 | 0 | 46 | 340 | 36 | 57 |
| Binary | 1010100 | 1100111 | 10011101 | 101110 | 100010 | 0 | 100110 | 11100000 | 11110 | 101111 |
Color Harmonies of #54679D
Complementary color
Monochromatic Colors of #54679D
Black with #54679D
Text Example
Text Example
White with #54679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54679D; }
p { color: rgb(84,103,157); }
H1.HeaderClassName
{
color: #54679D;
}
.AnyTagClassName
{
color: #54679D;
}
</style>
background-color css
<style>
a { background-color: #54679D; }
a { background-color: rgb(84,103,157); }
div.DivClassName
{
background-color: #54679D;
}
.BgClassName
{
background-color: #54679D;
}
</style>
border-color css
<style>
span { border-color: #54679D; }
span { border-color: rgb(84,103,157); }
td.TdClassName
{
border-color: #54679D;
}
.TagClassName
{
border-color: #54679D;
}
</style>