Shades of San Marino #57669D
Tints of San Marino #57669D
RGB
CMYK
RGB Variations
Color information
#57669D (or 0x57669D) is known color: San Marino. HEX triplet: 57, 66 and 9D. RGB value is (87,102,157). Sum of RGB (Red+Green+Blue) = 87+102+157=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #57669D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57669D is #A89962. Grayscale: #676767. Windows color (decimal): -11049315 or 10315351. OLE color: 10315351.
HSL color Cylindrical-coordinate representation of color #57669D: hue angle of 227.14º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #57669D is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 102 | 157 | - |
| CMYK | 0.45 | 0.35 | 0 | 0.38 |
| HSL | 227.14º | 0.29% | 0.48% | - |
| HSV(B) | 227.14º | 0.45% | 0.62% | - |
| XYZ | 14.77 | 13.96 | 33.82 | - |
| YUV | 103.79 | 158.03 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 102 | 157 | 0.45 | 0.35 | 0 | 0.38 | 227.14 | 0.29 | 0.48 |
| Hex | 57 | 66 | 9D | 2D | 23 | 0 | 26 | E3 | 1D | 30 |
| Octal | 127 | 146 | 235 | 55 | 43 | 0 | 46 | 343 | 35 | 60 |
| Binary | 1010111 | 1100110 | 10011101 | 101101 | 100011 | 0 | 100110 | 11100011 | 11101 | 110000 |
Color Harmonies of #57669D
Complementary color
Monochromatic Colors of #57669D
Black with #57669D
Text Example
Text Example
White with #57669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57669D; }
p { color: rgb(87,102,157); }
H1.HeaderClassName
{
color: #57669D;
}
.AnyTagClassName
{
color: #57669D;
}
</style>
background-color css
<style>
a { background-color: #57669D; }
a { background-color: rgb(87,102,157); }
div.DivClassName
{
background-color: #57669D;
}
.BgClassName
{
background-color: #57669D;
}
</style>
border-color css
<style>
span { border-color: #57669D; }
span { border-color: rgb(87,102,157); }
td.TdClassName
{
border-color: #57669D;
}
.TagClassName
{
border-color: #57669D;
}
</style>