Shades of San Marino #54669F
Tints of San Marino #54669F
RGB
CMYK
RGB Variations
Color information
#54669F (or 0x54669F) is known color: San Marino. HEX triplet: 54, 66 and 9F. RGB value is (84,102,159). Sum of RGB (Red+Green+Blue) = 84+102+159=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #54669F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54669F is #AB9960. Grayscale: #666666. Windows color (decimal): -11245921 or 10446420. OLE color: 10446420.
HSL color Cylindrical-coordinate representation of color #54669F: hue angle of 225.6º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #54669F is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 102 | 159 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.38 |
| HSL | 225.6º | 0.31% | 0.48% | - |
| HSV(B) | 225.6º | 0.47% | 0.62% | - |
| XYZ | 14.67 | 13.89 | 34.71 | - |
| YUV | 103.12 | 159.54 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 102 | 159 | 0.47 | 0.36 | 0 | 0.38 | 225.6 | 0.31 | 0.48 |
| Hex | 54 | 66 | 9F | 2F | 24 | 0 | 26 | E2 | 1F | 30 |
| Octal | 124 | 146 | 237 | 57 | 44 | 0 | 46 | 342 | 37 | 60 |
| Binary | 1010100 | 1100110 | 10011111 | 101111 | 100100 | 0 | 100110 | 11100010 | 11111 | 110000 |
Color Harmonies of #54669F
Complementary color
Monochromatic Colors of #54669F
Black with #54669F
Text Example
Text Example
White with #54669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54669F; }
p { color: rgb(84,102,159); }
H1.HeaderClassName
{
color: #54669F;
}
.AnyTagClassName
{
color: #54669F;
}
</style>
background-color css
<style>
a { background-color: #54669F; }
a { background-color: rgb(84,102,159); }
div.DivClassName
{
background-color: #54669F;
}
.BgClassName
{
background-color: #54669F;
}
</style>
border-color css
<style>
span { border-color: #54669F; }
span { border-color: rgb(84,102,159); }
td.TdClassName
{
border-color: #54669F;
}
.TagClassName
{
border-color: #54669F;
}
</style>